Public Member Functions | Private Attributes | List of all members
IntWrapper Class Reference

Public Member Functions

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

Private Attributes

int value_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ IntWrapper() [1/2]

IntWrapper::IntWrapper ( int  a_value)
inlineexplicit

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

◆ IntWrapper() [2/2]

IntWrapper::IntWrapper ( const IntWrapper other)
inline

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

Member Function Documentation

◆ operator+()

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

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

◆ operator<()

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

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

◆ operator=()

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

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

◆ value()

int IntWrapper::value ( ) const
inline

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

Member Data Documentation

◆ value_

int IntWrapper::value_
private

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


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06