JX Application Framework
Loading...
Searching...
No Matches
Macros
JAliasArray.tmpl File Reference
#include "JAliasArray.h"
#include "jAssert.h"

Macros

#define _T_JAliasArray
 
#define ADJUST_INDEX(m)
 

Macro Definition Documentation

◆ _T_JAliasArray

#define _T_JAliasArray

◆ ADJUST_INDEX

#define ADJUST_INDEX (   m)
Value:
const JSize count = itsIndexArray->GetItemCount(); \
JIndex* data = const_cast<JIndex*>(itsIndexArray->GetCArray()); \
for (JIndex _i=0; _i<count; _i++) \
{ \
m->AdjustIndex(data + _i); \
}
unsigned long JSize
Definition jTypes.h:40
unsigned long JIndex
Definition jTypes.h:45

Stay synched with itsData.