Namespaces | |
| maxon | |
Enumerations | |
| enum | BASESORTFLAGS { NONE, MOVEANDCOPYOBJECTS } |
Functions | |
| enum maxon::BASESORTFLAGS | MAXON_ENUM_FLAGS (BASESORTFLAGS) |
Variables | |
| NONE | |
| MOVEANDCOPYOBJECTS | |
| NONE |
always use constructor/destructor or move operator, never memcpy, memmove or realloc
| MOVEANDCOPYOBJECTS |
elements are PODs and can be moved and copied using memcpy and moved using memmove