Public Member Functions | |
MyStruct const * | get_this () const |
MyStruct () | |
MyStruct (MyStruct const &s) | |
~MyStruct () | |
Static Public Attributes | |
static bool | copied = false |
static bool | deleted = false |
Definition at line 29 of file ptr_test.cpp.
MyStruct::MyStruct | ( | ) | [inline] |
Definition at line 34 of file ptr_test.cpp.
MyStruct::MyStruct | ( | MyStruct const & | s | ) | [inline] |
Definition at line 35 of file ptr_test.cpp.
MyStruct::~MyStruct | ( | ) | [inline] |
Definition at line 36 of file ptr_test.cpp.
MyStruct const* MyStruct::get_this | ( | ) | const [inline] |
Definition at line 37 of file ptr_test.cpp.
bool MyStruct::copied = false [static] |
Definition at line 32 of file ptr_test.cpp.
bool MyStruct::deleted = false [static] |
Definition at line 31 of file ptr_test.cpp.