17 #include <pia/definitions.h> 19 #define NN_PIA_USE_ROOTOBJECT_NEW 1 21 #if NN_PIA_USE_ROOTOBJECT_NEW 23 #endif // end of NN_PIA_USE_ROOTOBJECT_NEW 51 #if NN_PIA_USE_ROOTOBJECT_NEW 56 static void*
operator new(std::size_t size)
throw();
64 static void*
operator new(std::size_t size, std::nothrow_t)
throw();
72 static void*
operator new(std::size_t,
void* p)
throw()
83 static void*
operator new[](std::size_t size)
throw();
91 static void*
operator new[](std::size_t size, std::nothrow_t)
throw();
99 static void*
operator new[](std::size_t,
void* p)
throw()
110 static void operator delete(
void* p);
118 static void operator delete[](
void* p);
122 #if NN_PIA_WIN || NN_PIA_NIN_WIN 130 static void operator delete(
void* p, std::nothrow_t)
throw();
137 static void operator delete(
void* p,
void*)
throw();
144 static void operator delete[](
void* p, std::nothrow_t)
throw();
151 static void operator delete[](
void* p,
void*)
throw();
156 #endif // end of NN_PIA_USE_ROOTOBJECT_NEW RootObject(void)
Instantiates the object.
Definition: common_RootObject.h:46
This is the common base class used inside the Pia library.
Definition: common_RootObject.h:40