Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Public Member Functions | |
DogAdder (const char *a_value) | |
DogAdder (const DogAdder &other) | |
DogAdder | operator= (const DogAdder &other) |
DogAdder | operator+ (const DogAdder &other) const |
bool | operator< (const DogAdder &other) const |
const std::string & | value () const |
Private Attributes | |
std::string | value_ |
Definition at line 213 of file googletest-param-test-test.cc.
|
inlineexplicit |
Definition at line 215 of file googletest-param-test-test.cc.
|
inline |
Definition at line 216 of file googletest-param-test-test.cc.
Definition at line 218 of file googletest-param-test-test.cc.
Definition at line 223 of file googletest-param-test-test.cc.
|
inline |
Definition at line 228 of file googletest-param-test-test.cc.
|
inline |
Definition at line 231 of file googletest-param-test-test.cc.
|
private |
Definition at line 234 of file googletest-param-test-test.cc.