Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
DogAdder Class Reference

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_
 

Detailed Description

Definition at line 213 of file googletest-param-test-test.cc.

Constructor & Destructor Documentation

DogAdder::DogAdder ( const char *  a_value)
inlineexplicit

Definition at line 215 of file googletest-param-test-test.cc.

DogAdder::DogAdder ( const DogAdder other)
inline

Definition at line 216 of file googletest-param-test-test.cc.

Member Function Documentation

DogAdder DogAdder::operator= ( const DogAdder other)
inline

Definition at line 218 of file googletest-param-test-test.cc.

DogAdder DogAdder::operator+ ( const DogAdder other) const
inline

Definition at line 223 of file googletest-param-test-test.cc.

bool DogAdder::operator< ( const DogAdder other) const
inline

Definition at line 228 of file googletest-param-test-test.cc.

const std::string& DogAdder::value ( ) const
inline

Definition at line 231 of file googletest-param-test-test.cc.

Member Data Documentation

std::string DogAdder::value_
private

Definition at line 234 of file googletest-param-test-test.cc.


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