CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
|
class with overloaded "new" operator initializing object with zeros More...
#include <memfun.h>
Static Public Member Functions | |
static void * | operator new (size_t st, const char *text="(unknown)", int ierr_print=1) |
Overloaded "new" operator initializing object with zeros. | |
class with overloaded "new" operator initializing object with zeros
|
static |
Overloaded "new" operator initializing object with zeros.
text | - optional comment to be printed to stderr |
ierr_print | - flag that controls the message printing to stderr (1 - prints, 0 - doesn't print) |
Definition at line 23 of file memfun.cpp.