|
commore
1.0.6-SNAPSHOT
|
#include <Allocator.h>
Public Types | |
| typedef T | value_type |
Static Public Member Functions | |
| static void | constructor (Byte *data, const Byte *value) |
| static void | destructor (Byte *data) |
| static int | comparator (const Dummy &v1, const Dummy &v2) |
Generic commore item list allocator using inlined definition
Allocator for comore collections
| typedef T commore::DefaultListAllocator< T >::value_type |
|
inlinestatic |
Compare two item list
|
inlinestatic |
Create a commore item list using inlined constructor call
| data | pointer to allocated memory |
| value | pointer copy constructor data |
|
inlinestatic |
Destroy commore item list using ilined destructor
| data | pointer to allocaded memory |