|
| | 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 |
| |
Definition at line 4147 of file gmock-matchers_test.cc.
◆ AClass()
| testing::gmock_matchers_test::AClass::AClass |
( |
| ) |
|
|
inline |
◆ n()
| int testing::gmock_matchers_test::AClass::n |
( |
| ) |
const |
|
inline |
◆ s()
| const std::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 std::string & | new_s | ) |
|
|
inline |
◆ x()
| double & testing::gmock_matchers_test::AClass::x |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: