_cnt | YACS::ENGINE::RefCounter | mutableprotected |
_data | YACS::ENGINE::ArrayAny | protected |
_totalCnt | YACS::ENGINE::RefCounter | static |
_type | YACS::ENGINE::Any | protected |
Any(TypeCode *type) | YACS::ENGINE::Any | protected |
Any(const Any &other) | YACS::ENGINE::Any | protected |
ArrayAny(const TypeCode *typeOfContent, unsigned int lgth) | YACS::ENGINE::ArrayAny | private |
ArrayAny(char *data, TypeCodeArray *type) | YACS::ENGINE::ArrayAny | private |
ArrayAny(const ArrayAny &other) | YACS::ENGINE::ArrayAny | private |
ArrayAny(const int *val, unsigned int lgth) | YACS::ENGINE::ArrayAny | private |
ArrayAny(const bool *val, unsigned int lgth) | YACS::ENGINE::ArrayAny | private |
ArrayAny(const double *val, unsigned int lgth) | YACS::ENGINE::ArrayAny | private |
ArrayAny(const std::vector< int > &val) | YACS::ENGINE::ArrayAny | private |
ArrayAny(const std::vector< double > &val) | YACS::ENGINE::ArrayAny | private |
ArrayAny(const std::vector< std::string > &val) | YACS::ENGINE::ArrayAny | private |
checkTypeOf(const Any *elem) const | YACS::ENGINE::ComposedAny | protected |
clone() const | YACS::ENGINE::ArrayAny | virtual |
ComposedAny(const ComposedAny &other) | YACS::ENGINE::ComposedAny | protected |
ComposedAny(TypeCode *type, bool isNew=true) | YACS::ENGINE::ComposedAny | protected |
decrRef() | YACS::ENGINE::RefCounter | |
destroyReprAtPlace(char *data, const TypeCodeArray *type) | YACS::ENGINE::ArrayAny | protectedstatic |
getOrBuildFromData(char *data, const TypeCodeArray *type) | YACS::ENGINE::ArrayAny | protectedstatic |
getRefCnt() const | YACS::ENGINE::RefCounter | inline |
getType() const | YACS::ENGINE::Any | inline |
incrRef() const | YACS::ENGINE::RefCounter | |
IsNull(char *data) | YACS::ENGINE::Any | protectedstatic |
New(const std::vector< T > &vec) | YACS::ENGINE::ArrayAny | static |
New(const T *val, unsigned int lgth) | YACS::ENGINE::ArrayAny | static |
New(const TypeCode *typeOfContent, unsigned int lgth) | YACS::ENGINE::ArrayAny | static |
New(const std::vector< T > &vec) | YACS::ENGINE::ArrayAny | |
New(const T *val, unsigned int lgth) | YACS::ENGINE::ArrayAny | |
operator==(const Any &other) const | YACS::ENGINE::ArrayAny | virtual |
operator[](int i) const | YACS::ENGINE::ArrayAny | virtual |
YACS::ENGINE::ComposedAny::operator[](const char *key) const | YACS::ENGINE::ComposedAny | virtual |
putMyReprAtPlace(char *data) const | YACS::ENGINE::ArrayAny | protectedvirtual |
putReprAtPlace(char *data, const char *src, const TypeCodeArray *type, bool deepCpy) | YACS::ENGINE::ArrayAny | protectedstatic |
RefCounter() | YACS::ENGINE::RefCounter | protected |
RefCounter(const RefCounter &other) | YACS::ENGINE::RefCounter | protected |
setEltAtRank(int i, const Any *elem) | YACS::ENGINE::ArrayAny | virtual |
size() const | YACS::ENGINE::ArrayAny | |
takeInChargeStorageOf(TypeCode *type) | YACS::ENGINE::ArrayAny | protectedstatic |
TypeCodeArray class | YACS::ENGINE::ArrayAny | friend |
~Any() | YACS::ENGINE::Any | protectedvirtual |
~ArrayAny() | YACS::ENGINE::ArrayAny | private |
~RefCounter() | YACS::ENGINE::RefCounter | protectedvirtual |