proxygen
testing::gmock_matchers_test::AClass Class Reference
Inheritance diagram for testing::gmock_matchers_test::AClass:
testing::gmock_matchers_test::DerivedClass testing::gmock_matchers_test::DerivedClass testing::gmock_matchers_test::DerivedClass

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
 
 AClass ()
 
int n () const
 
void set_n (int new_n)
 
const strings () const
 
void set_s (const string &new_s)
 
double & x () const
 
 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
 

Detailed Description

Definition 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.

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

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

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

Definition 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.

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

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

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

Definition 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.

References s_.

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

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

References s_.

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

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

References s_.

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

Definition at line 3585 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.

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

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

References s_.

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

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

References s_.

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

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

References s_, and x_.

3593 { return x_; }
double& testing::gmock_matchers_test::AClass::x ( ) const
inline

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

References s_, and x_.

3593 { return x_; }
double& testing::gmock_matchers_test::AClass::x ( ) const
inline

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

References x_.

3593 { return x_; }

Member Data Documentation

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

Definition 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.

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

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


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