|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <TestClass.h>

Public Member Functions | |
| TestClass () | |
| TestClass (int value) | |
| TestClass (const TestClass &rhs) | |
| ~TestClass () | |
| TestClass & | operator= (const TestClass &rhs) |
| int | value () const |
| TestClass | operator! () const |
| bool | operator== (const TestClass &rhs) const |
| bool | operator< (const TestClass &rhs) const |
Static Protected Member Functions | |
| static unsigned int | get_random (unsigned range=UINT_MAX) |
Private Member Functions | |
| void | Init (int value) |
Private Attributes | |
| int * | p |
Definition at line 32 of file TestClass.h.
|
inline |
Definition at line 87 of file TestClass.h.
Referenced by operator!().
|
inline |
Definition at line 92 of file TestClass.h.
Definition at line 97 of file TestClass.h.
|
inline |
Definition at line 102 of file TestClass.h.
Definition at line 154 of file TestClass.h.
Definition at line 77 of file TestClass.h.
|
inline |
Definition at line 133 of file TestClass.h.
Definition at line 50 of file TestClass.h.
Definition at line 111 of file TestClass.h.
Definition at line 45 of file TestClass.h.
|
inline |
Definition at line 124 of file TestClass.h.
Referenced by Init(), operator!(), operator!=(), operator<(), operator=(), operator==(), and TestClass().
|
private |
Definition at line 60 of file TestClass.h.
Referenced by operator=(), value(), and ~TestClass().