Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::gmock_matchers_test::AClass Class Reference
+ Inheritance diagram for testing::gmock_matchers_test::AClass:
+ Collaboration diagram for testing::gmock_matchers_test::AClass:

Public Member Functions

 AClass ()
 
int n () const
 
void set_n (int new_n)
 
const string & s () const
 
void set_s (const string &new_s)
 
doublex () const
 

Private Attributes

int n_
 
string s_
 

Static Private Attributes

static double x_ = 0.0
 

Detailed Description

Definition at line 3578 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 3578 of file gmock-matchers_test.cc

Constructor & Destructor Documentation

testing::gmock_matchers_test::AClass::AClass ( )
inline

Definition at line 3580 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 3580 of file gmock-matchers_test.cc

Member Function Documentation

int testing::gmock_matchers_test::AClass::n ( ) const
inline

Definition at line 3583 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 3583 of file gmock-matchers_test.cc

const string& testing::gmock_matchers_test::AClass::s ( ) const
inline

Definition at line 3588 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 3588 of file gmock-matchers_test.cc

void testing::gmock_matchers_test::AClass::set_n ( int  new_n)
inline

Definition at line 3585 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 3585 of file gmock-matchers_test.cc

Referenced by testing::gmock_matchers_test::TEST().

+ Here is the caller graph for this function:

void testing::gmock_matchers_test::AClass::set_s ( const string &  new_s)
inline

Definition at line 3590 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 3590 of file gmock-matchers_test.cc

Referenced by testing::gmock_matchers_test::TEST().

+ Here is the caller graph for this function:

double& testing::gmock_matchers_test::AClass::x ( ) const
inline

Definition at line 3593 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 3593 of file gmock-matchers_test.cc

References x_.

Member Data Documentation

int testing::gmock_matchers_test::AClass::n_
private

Definition at line 3595 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 3595 of file gmock-matchers_test.cc

string testing::gmock_matchers_test::AClass::s_
private

Definition at line 3596 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 3596 of file gmock-matchers_test.cc

double testing::gmock_matchers_test::AClass::x_ = 0.0
staticprivate

Definition at line 3598 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 3598 of file gmock-matchers_test.cc


The documentation for this class was generated from the following file: