ZFFramework
 
Loading...
Searching...
No Matches
ZFCoreArray.h File Reference

light weight array More...

#include "ZFCoreLog_CommonLog.h"
#include "ZFComparer.h"
#include "ZFCoreUtilMath.h"
#include "ZFToken.h"

Go to the source code of this file.

Classes

class  ZFCoreArrayBase
 dummy base for ZFCoreArray More...
 
class  ZFCoreArray< T_Element >
 light weight array More...
 

Macros

#define ZFCoreArrayCreate(ElementType, values, ...)
 util macro to create a temp array for short
 

Detailed Description

light weight array

Macro Definition Documentation

◆ ZFCoreArrayCreate

#define ZFCoreArrayCreate ( ElementType,
values,
... )

util macro to create a temp array for short

usage:

ZFCoreArray<YourType> array = ZFCoreArrayCreate(YourType, v0, v1, ...); // any element count
#define ZFCoreArrayCreate(ElementType, values,...)
util macro to create a temp array for short
Definition ZFCoreArray.h:1083
light weight array
Definition ZFCoreArray.h:331