|
| bool | loadable (const RefPtr< LoaderParameters > &LP) const |
| |
|
RefPtr< LoaderRequest > | request (const RefPtr< LoaderParameters > &LP, const RefPtr< Bundle > &Bndl) override |
| |
|
RefPtr< Bundle > | load (const RefPtr< LoaderParameters > &LP, const RefPtr< Bundle > &Bndl) override |
| |
|
virtual RefPtr< X > | load (const RefPtr< LoaderParameters > &, const RefPtr< X > &Xptr=NullPtr())=0 |
| |
|
auto | getObjectCountID () const noexcept |
| |
|
bool | isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept |
| |
|
void | mkAutoDestructive () |
| |
|
refcount_t | refcount () const noexcept |
| |
|
| ReferenceBase (Object *that) noexcept |
| |
|
const auto & | self () const |
| |
|
refcount_t | wrefcount () const noexcept |
| |
|
MemCore::RefPtr< MemCore::ChunkBase > | getAttribute (const std::string &name) const |
| |
|
const Ageable & | getAttributeAge () const |
| |
|
std::pair< bool, T > | getAttributeValue (const string &AttributeName, size_t ElementNumber=0) const |
| |
|
attributes_t & | getAttributeValues () |
| |
|
const attributes_t & | getAttributeValues () const |
| |
|
size_t | getNumberOfAttributes () const |
| |
|
bool | hasAttribute (const std::string &name) const |
| |
|
int | Iterate (const Functor &L) const |
| |
|
int | iterate (Iterator &it) const |
| |
|
int | iterate_attributes (const Functor &L) const |
| |
|
size_t | NumberOfAttributes () const |
| |
|
void | setAttribute (const std::string &name, const MemCore::RefPtr< MemCore::ChunkBase > &AttribData) |
| |
|
ResizableChunk< T > & | setAttributeValue (const std::string &name, const T &AttribData) |
| |
|
ResizableChunk< T > & | setAttributeValues (const std::string &name, const std::initializer_list< T > &AttribData) |
| |
|
const T & | setValue (const T &AttribData, const std::string &name) |
| |
|
const T & | setValue (const T &AttribData, const std::string &name, const std::string &Comment, const std::string &CommentPrefix="Comment") |
| |
|
string | toString () const |
| |
|
const Ageable & | touchAttributes () const |
| |
|
const Ageable & | updateAttributeAge (const Ageable &A) const |
| |