Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::gmock_matchers_test::DerivedClass Class Reference
Inheritance diagram for testing::gmock_matchers_test::DerivedClass:
Collaboration diagram for testing::gmock_matchers_test::DerivedClass:

Public Member Functions

int k () const
 
- Public Member Functions inherited from testing::gmock_matchers_test::AClass
 AClass ()
 
int n () const
 
void set_n (int new_n)
 
const std::string & s () const
 
void set_s (const std::string &new_s)
 
double & x () const
 

Detailed Description

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

Member Function Documentation

◆ k()

int testing::gmock_matchers_test::DerivedClass::k ( ) const
inline

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

4180{ return k_; }

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