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_ |
Definition at line 250 of file googletest-param-test-test.cc.
|
inlineexplicit |
Definition at line 252 of file googletest-param-test-test.cc.
|
inline |
Definition at line 253 of file googletest-param-test-test.cc.
|
inline |
Definition at line 260 of file googletest-param-test-test.cc.
|
inline |
Definition at line 261 of file googletest-param-test-test.cc.
|
inline |
Definition at line 255 of file googletest-param-test-test.cc.
|
inline |
Definition at line 264 of file googletest-param-test-test.cc.
|
private |
Definition at line 267 of file googletest-param-test-test.cc.