iutil/array.h File Reference
Templates for array interfaces. More...
#include "csutil/scf.h"
Go to the source code of this file.
Classes | |
struct | iArrayChangeAll< T > |
Array interface template, completely changeable. More... | |
struct | iArrayChangeElements< T > |
Array interface template, elements are changeable. More... | |
struct | iArrayReadOnly< T > |
Array interface template, read-only. More... | |
Defines | |
#define | SCF_IARRAYCHANGEALL_INTERFACE(Name) SCF_INTERFACE(Name, 0, 0, 1) |
Macro to define interface version of an iArrayChangeAll-derived interface. | |
#define | SCF_IARRAYCHANGEELEMENTS_INTERFACE(Name) SCF_INTERFACE(Name, 0, 0, 1) |
Macro to define interface version of an iArrayChangeElements-derived interface. | |
#define | SCF_IARRAYREADONLY_INTERFACE(Name) SCF_INTERFACE(Name, 0, 0, 1) |
Macro to define interface version of an iArrayReadOnly-derived interface. |
Detailed Description
Templates for array interfaces.
Definition in file array.h.
Generated for Crystal Space by doxygen 1.4.7