Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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() [1/2]

DogAdder::DogAdder ( const char * a_value)
inlineexplicit

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

◆ DogAdder() [2/2]

DogAdder::DogAdder ( const DogAdder & other)
inline

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

Member Function Documentation

◆ operator=()

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

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

◆ operator+()

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

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

◆ operator<()

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

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

◆ value()

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

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

Member Data Documentation

◆ value_

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: