Monero
Loading...
Searching...
No Matches
testing::gmock_matchers_test::AClass Class Reference
Inheritance diagram for testing::gmock_matchers_test::AClass:

Public Member Functions

 AClass ()
int n () const
void set_n (int new_n)
const strings () 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: