Public Member Functions | |
DogAdder (const char *a_value) | |
DogAdder (const DogAdder &other) | |
DogAdder | operator+ (const DogAdder &other) const |
bool | operator< (const DogAdder &other) const |
DogAdder | operator= (const DogAdder &other) |
const std::string & | value () const |
Private Attributes | |
std::string | value_ |
Definition at line 212 of file googletest-param-test-test.cc.
|
inlineexplicit |
Definition at line 214 of file googletest-param-test-test.cc.
|
inline |
Definition at line 215 of file googletest-param-test-test.cc.
Definition at line 222 of file googletest-param-test-test.cc.
|
inline |
Definition at line 227 of file googletest-param-test-test.cc.
Definition at line 217 of file googletest-param-test-test.cc.
|
inline |
Definition at line 230 of file googletest-param-test-test.cc.
|
private |
Definition at line 233 of file googletest-param-test-test.cc.