#include <readonly.h>
Public Member Functions | |
readonlybase () | |
~readonlybase () | |
Private Member Functions | |
void * | operator new (size_t sz) |
readonlybase (const readonlybase &) | |
readonlybase & | operator= (const readonlybase &) |
Definition at line 13 of file readonly.h.
readonlybase::readonlybase | ( | const readonlybase & | ) | [private] |
readonlybase::readonlybase | ( | ) | [inline] |
Definition at line 22 of file readonly.h.
readonlybase::~readonlybase | ( | ) | [inline] |
Definition at line 23 of file readonly.h.
void* readonlybase::operator new | ( | size_t | sz | ) | [inline, private] |
Definition at line 16 of file readonly.h.
References malloc().
readonlybase& readonlybase::operator= | ( | const readonlybase & | ) | [private] |