#include <Common/ArrayHelper.h>
Go to the source code of this file.
Classes | |
class | FdoArray< T > |
Abstract template class for defining dynamic arrays. More... | |
Typedefs | |
typedef FdoArray< FdoByte > | FdoByteArray |
Dynamic array of bytes (FdoByte). | |
typedef FdoArray< FdoDouble > | FdoDoubleArray |
Dynamic array of doubles (FdoDouble). | |
typedef FdoArray< FdoInt32 > | FdoIntArray |
Dynamic array of integers (FdoInt32). |