C++ main module for gpm Package
1.0
|
This is the complete list of members for CORE_Array< T >, including all inherited members.
add(const T &obj) | CORE_Array< T > | |
addAfterIndex(const int &index, const T &v) | CORE_Array< T > | |
addAfterIndices(const CORE_Array< int > &indices, CORE_SharedPointersList< CORE_Array< T > > &values) | CORE_Array< T > | |
append(const CORE_Array< T > &array) | CORE_Array< T > | inline |
areEqual(const int &a, const int &b) | CORE_List | inlinestatic |
areEqual(const long int &a, const long int &b) | CORE_List | inlinestatic |
areEqual(const float &a, const float &b) | CORE_List | inlinestatic |
areEqual(const double &a, const double &b) | CORE_List | inlinestatic |
areEqual(const long double &a, const long double &b) | CORE_List | inlinestatic |
areEqual(const short &a, const short &b) | CORE_List | inlinestatic |
areEqual(const unsigned char &a, const unsigned char &b) | CORE_List | inlinestatic |
areEqual(const unsigned long int &a, const unsigned long int &b) | CORE_List | inlinestatic |
areEqual(const bool &a, const bool &b) | CORE_List | inlinestatic |
areEqual(const char &a, const char &b) | CORE_List | inlinestatic |
areEqual(const complex< double > &a, const complex< double > &b) | CORE_List | inlinestatic |
areEqual(const string &a, const string &b) | CORE_List | inlinestatic |
clear() | CORE_Array< T > | inlinevirtual |
compare(const tString &a, const tString &b, const tString &order) | CORE_List | inlinestatic |
compare(const int &a, const int &b, const tString &order) | CORE_List | inlinestatic |
compare(const tReal &a, const tReal &b, const tString &order) | CORE_List | inlinestatic |
contractToLastElements(const int &n) | CORE_Array< T > | |
copy(const CORE_Array< T > &src) | CORE_Array< T > | |
copy(const CORE_Array< T > *src) | CORE_Array< T > | inline |
CORE_Array() | CORE_Array< T > | |
CORE_Array(const std::vector< Q > &values) | CORE_Array< T > | |
CORE_Array(const int &n) | CORE_Array< T > | |
CORE_List() | CORE_List | |
CORE_Object() | CORE_Object | protected |
distance(const CORE_Array< T > &y) const | CORE_Array< T > | inline |
distance2(const CORE_Array< T > &y) const | CORE_Array< T > | inline |
exists(const T &obj) const | CORE_Array< T > | inline |
get(const int &i) const | CORE_Array< T > | inline |
get(const int &i) | CORE_Array< T > | inline |
getCapacity() const | CORE_Array< T > | inline |
getCapacityFactor() const | CORE_Array< T > | inline |
getClassName(const tString &identityString) | CORE_Object | inlinestatic |
getClassName() const | CORE_Object | |
getCompleteValues(int &s) const | CORE_Array< T > | inline |
getCompleteValues(int &s) | CORE_Array< T > | inline |
getIdentityString() const | CORE_Object | inline |
getIndex(const T &v) const | CORE_Array< T > | |
getInfIndex(const T &v) const | CORE_Array< T > | |
getLastElement() | CORE_Array< T > | inline |
getOutput() | CORE_Object | inlinestatic |
getPointerAddress() const | CORE_Object | inline |
getSharedPointer(boost::shared_ptr< CORE_Array< T > > &p) | CORE_Array< T > | inline |
getSharedPointer(boost::shared_ptr< const CORE_Array< T > > &p) const | CORE_Array< T > | inline |
CORE_List::getSharedPointer(SP::CORE_Object &p) | CORE_Object | inline |
CORE_List::getSharedPointer(SPC::CORE_Object &p) const | CORE_Object | inline |
getSize() const | CORE_Array< T > | inline |
getStartIndex() const | CORE_Array< T > | inline |
getSupIndex(const T &v) const | CORE_Array< T > | |
getTypeName() | CORE_Object | inlinestatic |
getValue(const int &i) const | CORE_Array< T > | inline |
getValues(int &s) const | CORE_Array< T > | inline |
getValues() const | CORE_Array< T > | inline |
getValues() | CORE_Array< T > | inline |
getValues(int &s) | CORE_Array< T > | inline |
initValues(const T &v) | CORE_Array< T > | inline |
insert(const int &i, const T &obj) | CORE_Array< T > | |
insert(const T &obj) | CORE_Array< T > | inline |
insertInOrder(const T &obj, const tBoolean &evenIfEqual) | CORE_Array< T > | |
is32Architecture() | CORE_Object | inlinestatic |
is64Architecture() | CORE_Object | static |
isInstanceOf() const | CORE_Object | inline |
merge(const CORE_Array< T > &array) | CORE_Array< T > | |
mIsMemoryTesting | CORE_Object | static |
New() | CORE_Array< T > | inlinestatic |
New(const int &n) | CORE_Array< T > | inlinestatic |
norm() const | CORE_Array< T > | inline |
norm2() const | CORE_Array< T > | inline |
operator()(const size_t &i) | CORE_Array< T > | inline |
operator()(const size_t &i) const | CORE_Array< T > | inline |
operator*=(const T &f) | CORE_Array< T > | inline |
operator+=(const T &f) | CORE_Array< T > | inline |
operator-=(const T &f) | CORE_Array< T > | inline |
operator/=(const T &f) | CORE_Array< T > | inline |
operator=(const CORE_Array< T > &f) | CORE_Array< T > | inline |
operator[](const int &i) const | CORE_Array< T > | inline |
operator[](const int &i) | CORE_Array< T > | inline |
outputPrint(const tString &message) | CORE_Object | static |
pointer2String(const void *obj) | CORE_Object | static |
print() | CORE_Object | inlinevirtual |
print(ostream &out) const | CORE_Object | inlinevirtual |
print(const tString &message) | CORE_Object | virtual |
print(const tInteger &str) | CORE_Object | virtual |
print(const tRelativeInteger &str) | CORE_Object | virtual |
print(const tReal &str) | CORE_Object | virtual |
print(const int &str) | CORE_Object | virtual |
print(ostream &out, const tString &message) | CORE_Object | inlinestatic |
printObjectsInMemory() | CORE_Object | static |
remove(const T &obj) | CORE_Array< T > | |
remove() | CORE_Array< T > | inline |
removeAtIndex(const int &i) | CORE_Array< T > | |
resize() | CORE_Array< T > | |
resize(const int &n) | CORE_Array< T > | |
reverse() | CORE_Array< T > | |
search(const T *values, const int &n, const T &value, const tString &order) | CORE_Array< T > | static |
search(const T &value, const tString &order) | CORE_Array< T > | inline |
set(const int &i, const T &obj) | CORE_Array< T > | inline |
setCapacity(const int &c) | CORE_Array< T > | |
setCapacityFactor(const int &n) | CORE_Array< T > | inline |
setOutput(ostream &out) | CORE_Object | inlinestatic |
setSize(const int &n) | CORE_Array< T > | |
setStartIndex(const int &n) | CORE_Array< T > | inline |
setThis(SP::CORE_Object p) | CORE_Object | inlineprotected |
setType(tString type) | CORE_Object | inlineprotectedvirtual |
setValue(const int &i, const T &obj) | CORE_Array< T > | inline |
setValues(const CORE_Array< T > &array, const int &fromIndex) | CORE_Array< T > | |
setValues(const CORE_Array< T > &array) | CORE_Array< T > | inline |
setValues(const CORE_Array< T > *array) | CORE_Array< T > | inline |
setValues(const int &n, const T *array, const int &fromIndex) | CORE_Array< T > | |
setValues(const int &n, const T *array) | CORE_Array< T > | inline |
setValues(const vector< T > &array, const int &fromIndex) | CORE_Array< T > | |
setValues(const vector< T > &array) | CORE_Array< T > | inline |
setValues(const tString &str, const int &fromIndex) | CORE_Array< T > | |
setValues(const tString &str) | CORE_Array< T > | inline |
setValuesByReference(const int &n, T *&array, const tBoolean &hasToBeDeleted) | CORE_Array< T > | inline |
size() const | CORE_Array< T > | inline |
sort() | CORE_Array< T > | inline |
sort(const tString &order) | CORE_Array< T > | inline |
sort(T *&items, const int &N, const tString &order) | CORE_Array< T > | static |
toDoAfterThisSetting() | CORE_Object | inlineprotectedvirtual |
toString() const | CORE_Array< T > | virtual |
~CORE_Array() | CORE_Array< T > | virtual |
~CORE_List() | CORE_List | virtual |
~CORE_Object() | CORE_Object | protectedvirtual |