Monero
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
testing::gmock_matchers_test::AClass Class Reference
Inheritance diagram for testing::gmock_matchers_test::AClass:
Inheritance graph
[legend]
Collaboration diagram for testing::gmock_matchers_test::AClass:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

int n_
 
string s_
 

Static Private Attributes

static double x_ = 0.0
 

Constructor & Destructor Documentation

◆ AClass()

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

Member Function Documentation

◆ n()

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

◆ s()

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

◆ set_n()

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

◆ set_s()

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

◆ x()

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

Member Data Documentation

◆ n_

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

◆ s_

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

◆ x_

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

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