![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
#include <test/MyClass1A.h>
Public Member Functions | |
| MyClass1A () | |
| virtual | ~MyClass1A () |
| void * | operator new (size_t) |
| overloaded 'new' operator More... | |
| void | operator delete (void *hit) |
| overloaded 'delete' operator More... | |
Private Attributes | |
| int | m_int0 {0} |
Simple class, equipped with "Allocator", to be compared with class MyClass1
Definition at line 29 of file MyClass1A.h.
| MyClass1A::MyClass1A | ( | ) |
Definition at line 33 of file MyClass1A.cpp.
|
virtual |
Definition at line 34 of file MyClass1A.cpp.
| void MyClass1A::operator delete | ( | void * | hit | ) |
| void * MyClass1A::operator new | ( | size_t | ) |
overloaded 'new' operator
Definition at line 47 of file MyClass1A.cpp.
|
private |
Definition at line 49 of file MyClass1A.h.