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

IntWrapper::IntWrapper ( int  a_value)
inlineexplicit

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

◆ IntWrapper() [2/2]

IntWrapper::IntWrapper ( const IntWrapper other)
inline

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

Member Function Documentation

◆ operator=()

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

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

◆ operator+()

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

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

◆ operator<()

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

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

◆ value()

int IntWrapper::value ( ) const
inline

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

Member Data Documentation

◆ value_

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: