BALL
1.4.2
|
#include <BALL/FORMAT/resourceFile.h>
Classes | |
class | IteratorTraits_ |
Public Types | |
typedef ResourceEntry * | IteratorPosition |
typedef ForwardIterator < ResourceEntry, ResourceEntry, ResourceEntry *, IteratorTraits_ > | Iterator |
typedef ConstForwardIterator < ResourceEntry, ResourceEntry, ResourceEntry *, IteratorTraits_ > | ConstIterator |
Public Member Functions | |
Iterator | begin () |
Iterator | end () |
ConstIterator | begin () const |
ConstIterator | end () const |
Constructors and Destructors | |
ResourceEntry () | |
ResourceEntry (const ResourceEntry &entry, bool deep=true) | |
ResourceEntry (const String &key, const String &value, ResourceEntry *parent=0) | |
virtual | ~ResourceEntry () |
void | clear () |
void | destroy () |
Assignment | |
void | set (const ResourceEntry &entry, bool deep=true) |
const ResourceEntry & | operator= (const ResourceEntry &entry) |
void | get (ResourceEntry &entry, bool deep=true) const |
Miscellaneous | |
bool | operator== (const ResourceEntry &entry) const |
bool | operator!= (const ResourceEntry &entry) const |
ResourceEntry & | getRoot () |
const ResourceEntry & | getRoot () const |
ResourceEntry * | getParent () |
const ResourceEntry * | getParent () const |
ResourceEntry * | getChild (Position index) |
const ResourceEntry * | getChild (Position index) const |
ResourceEntry * | getEntry (const String &key_path) |
const ResourceEntry * | getEntry (const String &key_path) const |
const String & | getKey () const |
void | setValue (const String &value) |
String & | getValue () |
const String & | getValue () const |
String | getPath () const |
Size | countChildren () const |
Size | countDescendants () const |
Size | getSize () const |
Size | getDepth () const |
ResourceEntry * | insertChild (const String &key, const String &value, bool replace_value=true) |
ResourceEntry * | insertSibling (const String &key, const String &value, bool replace_value=true) |
ResourceEntry * | insertChild (ResourceEntry &entry, bool replace_value=true) |
ResourceEntry * | insert (const String &key_path, const String &name) |
bool | mergeChildrenOf (ResourceEntry &entry, bool replace_value=true) |
bool | removeChild (const String &key, ResourceEntry **removed=0) |
bool | removeKey (const String &key_path) |
ResourceEntry * | findChild (const String &key) |
const ResourceEntry * | findChild (const String &key) const |
ResourceEntry * | findDescendant (const String &key) |
const ResourceEntry * | findDescendant (const String &key) const |
ResourceEntry * | findEntry (const String &key) |
const ResourceEntry * | findEntry (const String &key) const |
Attributes | |
bool | hasChild (const String &key) const |
bool | isEmpty () const |
bool | isParentOf (const ResourceEntry &entry) const |
bool | isChildOf (const ResourceEntry &entry) const |
bool | isAncestorOf (const ResourceEntry &entry) const |
bool | isDescendantOf (const ResourceEntry &entry) const |
bool | isRelatedWith (const ResourceEntry &entry) const |
bool | isRoot () const |
Debugging and Diagnostics | |
bool | isValid () const |
void | dump (std::ostream &s=std::cout, Size depth=0) const |
Processor and Visitor related methods | |
void | host (Visitor< ResourceEntry > &visitor) |
bool | apply (UnaryProcessor< ResourceEntry > &processor) |
bool | applyChildren (UnaryProcessor< ResourceEntry > &processor) |
Public Member Functions inherited from BALL::AutoDeletable | |
virtual | ~AutoDeletable () |
void * | operator new (size_t size) |
void | operator delete (void *ptr) |
void * | operator new (size_t size, void *ptr) |
void | operator delete (void *ptr, void *) |
bool | isAutoDeletable () const |
void | setAutoDeletable (bool enable) |
Protected Member Functions | |
virtual ResourceEntry * | newEntry (const String &key, const String &value, ResourceEntry *parent=0) const |
virtual ResourceEntry ** | newEntryArray (Size size) const |
virtual void | deleteEntry (ResourceEntry *entry) const |
virtual void | deleteEntryArray (ResourceEntry **entry_array) const |
bool | applyNostart_ (UnaryProcessor< ResourceEntry > &processor) |
Protected Member Functions inherited from BALL::AutoDeletable | |
AutoDeletable () | |
AutoDeletable (const AutoDeletable &auto_deletable, bool deep=false) | |
Private Member Functions | |
ResourceEntry * | clone_ (ResourceEntry *parent) const |
bool | findGreaterOrEqual_ (const String &key, Index &found) const |
Private Attributes | |
String | key_ |
String | value_ |
ResourceEntry * | parent_ |
ResourceEntry ** | child_ |
Size | number_children_ |
Friends | |
class | IteratorTraits_ |
Additional Inherited Members | |
Static Public Member Functions inherited from BALL::AutoDeletable | |
static void | clearLastPtr () |
Resource entry class
Definition at line 41 of file resourceFile.h.
typedef ConstForwardIterator<ResourceEntry, ResourceEntry, ResourceEntry*, IteratorTraits_> BALL::ResourceEntry::ConstIterator |
Definition at line 542 of file resourceFile.h.
typedef ForwardIterator<ResourceEntry, ResourceEntry, ResourceEntry*, IteratorTraits_> BALL::ResourceEntry::Iterator |
Definition at line 541 of file resourceFile.h.
Definition at line 319 of file resourceFile.h.
BALL::ResourceEntry::ResourceEntry | ( | ) |
Default constructor
BALL::ResourceEntry::ResourceEntry | ( | const ResourceEntry & | entry, |
bool | deep = true |
||
) |
Copy constructor. Creates a new resource entry from another.
entry | the ResourceEntry object to be copied |
deep | create a deep (true) or shallow (false) copy |
BALL::ResourceEntry::ResourceEntry | ( | const String & | key, |
const String & | value, | ||
ResourceEntry * | parent = 0 |
||
) |
Create a new resource entry. An entry with key
and value
is created. If parent
is given, the new entries parent pointer is set to this value. Take care: the parents child array is not updated - so use this option only if you really know what you are doing. To keep this data consistent, use insertChild .
key | the key of the new entry |
value | the value of the new entry |
parent | the content of the new entry's parent pointer |
|
virtual |
bool BALL::ResourceEntry::apply | ( | UnaryProcessor< ResourceEntry > & | processor | ) |
bool BALL::ResourceEntry::applyChildren | ( | UnaryProcessor< ResourceEntry > & | processor | ) |
|
protected |
|
inline |
Definition at line 544 of file resourceFile.h.
|
inline |
Definition at line 548 of file resourceFile.h.
void BALL::ResourceEntry::clear | ( | ) |
|
private |
Size BALL::ResourceEntry::countChildren | ( | ) | const |
Return the number of child entries.
Size BALL::ResourceEntry::countDescendants | ( | ) | const |
Return the number of children which are not leaves.
|
protectedvirtual |
|
protectedvirtual |
void BALL::ResourceEntry::destroy | ( | ) |
void BALL::ResourceEntry::dump | ( | std::ostream & | s = std::cout , |
Size | depth = 0 |
||
) | const |
|
inline |
Definition at line 545 of file resourceFile.h.
|
inline |
Definition at line 549 of file resourceFile.h.
ResourceEntry* BALL::ResourceEntry::findChild | ( | const String & | key | ) |
const ResourceEntry* BALL::ResourceEntry::findChild | ( | const String & | key | ) | const |
ResourceEntry* BALL::ResourceEntry::findDescendant | ( | const String & | key | ) |
const ResourceEntry* BALL::ResourceEntry::findDescendant | ( | const String & | key | ) | const |
ResourceEntry* BALL::ResourceEntry::findEntry | ( | const String & | key | ) |
const ResourceEntry* BALL::ResourceEntry::findEntry | ( | const String & | key | ) | const |
void BALL::ResourceEntry::get | ( | ResourceEntry & | entry, |
bool | deep = true |
||
) | const |
Assign the contents of a resource enytry to another one.
entry | the ResourceEntry object to be copied |
deep | create a deep (true) or shallow (false) copy |
ResourceEntry* BALL::ResourceEntry::getChild | ( | Position | index | ) |
Return a pointer to a child node.
index
does not exist const ResourceEntry* BALL::ResourceEntry::getChild | ( | Position | index | ) | const |
Return a const pointer to a child node.
index
does not exist Size BALL::ResourceEntry::getDepth | ( | ) | const |
Compute the depth of this entry within the tree.
ResourceEntry* BALL::ResourceEntry::getEntry | ( | const String & | key_path | ) |
Return a pointer to an entry. Searches for an entry via its path.
const ResourceEntry* BALL::ResourceEntry::getEntry | ( | const String & | key_path | ) | const |
Return a const pointer to an entry Searches for an entry via its path.
const String& BALL::ResourceEntry::getKey | ( | ) | const |
Return the key of this ResourceEntry.
ResourceEntry* BALL::ResourceEntry::getParent | ( | ) |
const ResourceEntry* BALL::ResourceEntry::getParent | ( | ) | const |
String BALL::ResourceEntry::getPath | ( | ) | const |
Return the path of an entry.
ResourceEntry& BALL::ResourceEntry::getRoot | ( | ) |
const ResourceEntry& BALL::ResourceEntry::getRoot | ( | ) | const |
Size BALL::ResourceEntry::getSize | ( | ) | const |
????? What is the size of an entry? Why not use size()?
String& BALL::ResourceEntry::getValue | ( | ) |
Get a mutable reference to the value of this ResourceEntry.
const String& BALL::ResourceEntry::getValue | ( | ) | const |
Get a constant reference to the value of this ResourceEntry.
void BALL::ResourceEntry::host | ( | Visitor< ResourceEntry > & | visitor | ) |
ResourceEntry* BALL::ResourceEntry::insert | ( | const String & | key_path, |
const String & | name | ||
) |
Insert a resource entry at the appropriate place in the tree.
ResourceEntry* BALL::ResourceEntry::insertChild | ( | const String & | key, |
const String & | value, | ||
bool | replace_value = true |
||
) |
Insert a child into the tree below this entry, if the key has not been used yet.
ResourceEntry* BALL::ResourceEntry::insertChild | ( | ResourceEntry & | entry, |
bool | replace_value = true |
||
) |
Insert a child into the tree below this entry, if the key has not been used yet.
ResourceEntry* BALL::ResourceEntry::insertSibling | ( | const String & | key, |
const String & | value, | ||
bool | replace_value = true |
||
) |
Insert a child into the tree below the parent entry.
bool BALL::ResourceEntry::isAncestorOf | ( | const ResourceEntry & | entry | ) | const |
bool BALL::ResourceEntry::isChildOf | ( | const ResourceEntry & | entry | ) | const |
bool BALL::ResourceEntry::isDescendantOf | ( | const ResourceEntry & | entry | ) | const |
bool BALL::ResourceEntry::isEmpty | ( | ) | const |
bool BALL::ResourceEntry::isParentOf | ( | const ResourceEntry & | entry | ) | const |
bool BALL::ResourceEntry::isRelatedWith | ( | const ResourceEntry & | entry | ) | const |
bool BALL::ResourceEntry::isRoot | ( | ) | const |
bool BALL::ResourceEntry::isValid | ( | ) | const |
bool BALL::ResourceEntry::mergeChildrenOf | ( | ResourceEntry & | entry, |
bool | replace_value = true |
||
) |
Merge the children of a resource entry.
|
protectedvirtual |
|
protectedvirtual |
bool BALL::ResourceEntry::operator!= | ( | const ResourceEntry & | entry | ) | const |
Inequality operator
const ResourceEntry& BALL::ResourceEntry::operator= | ( | const ResourceEntry & | entry | ) |
Assignment operator.
entry | the ResourceEntry object to be copied |
bool BALL::ResourceEntry::operator== | ( | const ResourceEntry & | entry | ) | const |
Equality operator
bool BALL::ResourceEntry::removeChild | ( | const String & | key, |
ResourceEntry ** | removed = 0 |
||
) |
Remove a child of a resource entry.
void BALL::ResourceEntry::set | ( | const ResourceEntry & | entry, |
bool | deep = true |
||
) |
Assign a resource entry from another.
entry | the ResourceEntry object to be copied |
deep | create a deep (true) or shallow (false) copy |
void BALL::ResourceEntry::setValue | ( | const String & | value | ) |
Set the value of this ResourceEntry.
|
friend |
Definition at line 539 of file resourceFile.h.
|
private |
Definition at line 573 of file resourceFile.h.
|
private |
Definition at line 570 of file resourceFile.h.
|
private |
Definition at line 574 of file resourceFile.h.
|
private |
Definition at line 572 of file resourceFile.h.
|
private |
Definition at line 571 of file resourceFile.h.