C++ main module for gpm Package
1.0
|
#include "CORE_Object.h"
#include "CORE_List.h"
#include "CORE_ListPointers.h"
#include "types.h"
#include <vector>
#include "CORE_Array.hpp"
Go to the source code of this file.
Classes | |
class | CORE_Array< T > |
this class describes an array More... | |
Typedefs | |
typedef CORE_Array< double > | CORE_DoubleArray |
typedef CORE_Array< tCharacter > | CORE_CharacterArray |
typedef CORE_Array< int > | CORE_IntArray |
typedef CORE_Array< tBoolean > | CORE_BooleanArray |
typedef CORE_Array< tReal > | CORE_RealArray |
typedef CORE_Array< tComplex > | CORE_ComplexArray |
typedef CORE_Array < tDoubleComplex > | CORE_DoubleComplexArray |
typedef CORE_Array< tFlag > | CORE_FlagArray |
typedef CORE_Array< tShort > | CORE_ShortArray |
typedef CORE_Array< tString > | CORE_StringArray |
typedef CORE_Array< tInteger > | CORE_IntegerArray |
typedef CORE_Array < tRelativeInteger > | CORE_RelativeIntegerArray |
typedef CORE_Array< tLong > | CORE_LongArray |
typedef CORE_Array<tBoolean> CORE_BooleanArray |
typedef CORE_Array<tCharacter> CORE_CharacterArray |
typedef CORE_Array<tComplex> CORE_ComplexArray |
typedef CORE_Array<double> CORE_DoubleArray |
typedef CORE_Array<tFlag> CORE_FlagArray |
typedef CORE_Array<int> CORE_IntArray |
typedef CORE_Array<tInteger> CORE_IntegerArray |
typedef CORE_Array<tLong> CORE_LongArray |
typedef CORE_Array<tReal> CORE_RealArray |
typedef CORE_Array<tShort> CORE_ShortArray |
typedef CORE_Array<tString> CORE_StringArray |
TYPEDEF_SPTR | ( | CORE_DoubleArray | ) |
TYPEDEF_SPTR | ( | CORE_BooleanArray | ) |
TYPEDEF_SPTR | ( | CORE_CharacterArray | ) |
TYPEDEF_SPTR | ( | CORE_IntArray | ) |
TYPEDEF_SPTR | ( | CORE_RealArray | ) |
TYPEDEF_SPTR | ( | CORE_ComplexArray | ) |
TYPEDEF_SPTR | ( | CORE_FlagArray | ) |
TYPEDEF_SPTR | ( | CORE_RelativeIntegerArray | ) |
TYPEDEF_SPTR | ( | CORE_IntegerArray | ) |
TYPEDEF_SPTR | ( | CORE_StringArray | ) |
TYPEDEF_SPTR | ( | CORE_ShortArray | ) |
TYPEDEF_SPTR | ( | CORE_LongArray | ) |
TYPEDEF_SVPTR | ( | CORE_BooleanArray | ) |
TYPEDEF_SVPTR | ( | CORE_CharacterArray | ) |
TYPEDEF_SVPTR | ( | CORE_IntArray | ) |
TYPEDEF_SVPTR | ( | CORE_RealArray | ) |
TYPEDEF_SVPTR | ( | CORE_ComplexArray | ) |
TYPEDEF_SVPTR | ( | CORE_FlagArray | ) |
TYPEDEF_SVPTR | ( | CORE_RelativeIntegerArray | ) |
TYPEDEF_SVPTR | ( | CORE_IntegerArray | ) |
TYPEDEF_SVPTR | ( | CORE_StringArray | ) |
TYPEDEF_SVPTR | ( | CORE_ShortArray | ) |