Definition at line 259 of file gtest-param-test_test.cc.
◆ DogAdder() [1/2]
DogAdder::DogAdder |
( |
const char * | a_value | ) |
|
|
inlineexplicit |
◆ DogAdder() [2/2]
DogAdder::DogAdder |
( |
const DogAdder & | other | ) |
|
|
inline |
◆ operator+()
Definition at line 269 of file gtest-param-test_test.cc.
269 {
270 Message msg;
271 msg << value_.c_str() <<
other.value_.c_str();
272 return DogAdder(msg.GetString().c_str());
273 }
DogAdder(const char *a_value)
◆ operator<()
bool DogAdder::operator< |
( |
const DogAdder & | other | ) |
const |
|
inline |
◆ operator=()
◆ value()
const std::string & DogAdder::value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: