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
IntWrapper Class Reference

Public Member Functions

 IntWrapper (int a_value)
 
 IntWrapper (const IntWrapper &other)
 
IntWrapper operator= (const IntWrapper &other)
 
IntWrapper operator+ (int other) const
 
bool operator< (const IntWrapper &other) const
 
int value () const
 

Private Attributes

int value_
 

Detailed Description

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

Constructor & Destructor Documentation

IntWrapper::IntWrapper ( int  a_value)
inlineexplicit

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

IntWrapper::IntWrapper ( const IntWrapper other)
inline

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

Member Function Documentation

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

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

IntWrapper IntWrapper::operator+ ( int  other) const
inline

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

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

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

int IntWrapper::value ( ) const
inline

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

Member Data Documentation

int IntWrapper::value_
private

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


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