|
ICG 2
Electric Boogaloo
|
#include "Type/CompositeDataType.hpp"Go to the source code of this file.
Classes | |
| class | SpecifiedCompositeType< T > |
| This is a class template that can be used to represent a composite type. This version can ONLY be used to represent an empty class, for the ease of testing. Normally, they are defined through template specialization. More... | |
Functions | |
| template<typename T > | |
| void * | construct_composite (int num) |
| template<typename T > | |
| void | destruct_composite (void *address) |
| void* construct_composite | ( | int | num | ) |
| void destruct_composite | ( | void * | address | ) |