Base class for vrq objects.
More...
#include <cobject.h>
Base class for vrq objects.
Gives objects the ability to be allocated with CObstack allocators
◆ operator delete()
| void CObject::operator delete |
( |
void * |
object | ) |
|
|
inline |
Destroy object.
Does nothing as obstacks are release all at once.
- Parameters
-
◆ operator new()
| void* CObject::operator new |
( |
size_t |
size, |
|
|
CObstack * |
stack |
|
) |
| |
|
inline |
Allocate object on CObstack heap.
- Parameters
-
| size | Size of object to create. |
| stack | Heap to use for allocation. |
- Returns
- pointer to allocated object.
The documentation for this class was generated from the following file: