C++ main module for gpm Package
1.0
|
#include "CORE_List.h"
#include "types.h"
#include <vector>
#include "CORE_SharedPointersList.h"
#include "CORE_String.h"
#include "CORE_Vector.hpp"
Go to the source code of this file.
Classes | |
class | CORE_Vector< T > |
this class describes an array More... | |
Typedefs | |
typedef CORE_Vector< tBoolean > | CORE_BooleanVector |
typedef CORE_Vector< tCharacter > | CORE_CharacterVector |
typedef CORE_Vector< int > | CORE_IntVector |
typedef CORE_Vector< tReal > | CORE_RealVector |
typedef CORE_Vector< tComplex > | CORE_ComplexVector |
typedef CORE_Vector< tFlag > | CORE_FlagVector |
typedef CORE_Vector< tShort > | CORE_ShortVector |
typedef CORE_Vector< tString > | CORE_StringVector |
typedef CORE_Vector< tInteger > | CORE_IntegerVector |
typedef CORE_Vector < tRelativeInteger > | CORE_RelativeIntegerVector |
typedef CORE_Vector<tBoolean> CORE_BooleanVector |
typedef CORE_Vector<tCharacter> CORE_CharacterVector |
typedef CORE_Vector<tComplex> CORE_ComplexVector |
typedef CORE_Vector<tFlag> CORE_FlagVector |
typedef CORE_Vector<tInteger> CORE_IntegerVector |
typedef CORE_Vector<int> CORE_IntVector |
typedef CORE_Vector<tReal> CORE_RealVector |
typedef CORE_Vector<tShort> CORE_ShortVector |
typedef CORE_Vector<tString> CORE_StringVector |
TYPEDEF_SPTR | ( | CORE_BooleanVector | ) |
TYPEDEF_SPTR | ( | CORE_CharacterVector | ) |
TYPEDEF_SPTR | ( | CORE_IntVector | ) |
TYPEDEF_SPTR | ( | CORE_RealVector | ) |
TYPEDEF_SPTR | ( | CORE_ComplexVector | ) |
TYPEDEF_SPTR | ( | CORE_FlagVector | ) |
TYPEDEF_SPTR | ( | CORE_RelativeIntegerVector | ) |
TYPEDEF_SPTR | ( | CORE_IntegerVector | ) |
TYPEDEF_SPTR | ( | CORE_StringVector | ) |
TYPEDEF_SPTR | ( | CORE_ShortVector | ) |