Classes | |
class | TMCArray< T > |
Defines | |
#define | AllocaArray(array, size) array.ArrayAlias(alloca(size*array.GetElemSize()), 0, size); |
#define | MC_DECLARE_ARRAY(_tableType, _tableName) typedef TMCArray<_tableType> _tableName |
#define AllocaArray | ( | array, | |||
size | ) | array.ArrayAlias(alloca(size*array.GetElemSize()), 0, size); |
#define MC_DECLARE_ARRAY | ( | _tableType, | |||
_tableName | ) | typedef TMCArray<_tableType> _tableName |