Open CASCADE Technology
6.7.1
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
inc
Macros
NCollection_DefineAlloc.hxx File Reference
#include <
NCollection_BaseAllocator.hxx
>
Macros
#define
DEFINE_NCOLLECTION_ALLOC
Macro Definition Documentation
#define DEFINE_NCOLLECTION_ALLOC
Value:
void
*
operator
new
(
size_t
theSize, \
const
Handle
(
NCollection_BaseAllocator
)& theAllocator) \
{ \
return theAllocator->Allocate(theSize); \
} \
void
operator
delete
(
void
* theAddress, \
const
Handle
(
NCollection_BaseAllocator
)& theAllocator) \
{ \
theAllocator->Free(theAddress); \
}
Handle
#define Handle(ClassName)
Definition:
Standard_Macro.hxx:27
NCollection_BaseAllocator
Definition:
NCollection_BaseAllocator.hxx:48
Generated on Tue Apr 29 2014 15:35:49 for Open CASCADE Technology by
1.8.5