|
Pol
Rev 533
|
Inheritance diagram for StorageAreaImp:
Collaboration diagram for StorageAreaImp:Public Member Functions | |
| StorageAreaImp (StorageArea *area) | |
| virtual BObjectImp * | copy () const |
| ContIterator * | createIterator (BObject *pIterVal) |
| BObjectRef | get_member (const char *membername) |
| virtual string | getStringRep () const |
| virtual size_t | sizeEstimate () const |
Private Attributes | |
| StorageArea * | _area |
Definition at line 326 of file storage.cpp.
| StorageAreaImp::StorageAreaImp | ( | StorageArea * | area | ) | [inline] |
Definition at line 329 of file storage.cpp.
Referenced by copy().
Here is the caller graph for this function:| virtual BObjectImp* StorageAreaImp::copy | ( | void | ) | const [inline, virtual] |
Implements BObjectImp.
Definition at line 331 of file storage.cpp.
References _area, and StorageAreaImp().
Here is the call graph for this function:| ContIterator* StorageAreaImp::createIterator | ( | BObject * | pIterVal | ) | [inline, virtual] |
| BObjectRef StorageAreaImp::get_member | ( | const char * | membername | ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 356 of file storage.cpp.
References _area, StorageArea::_items, UninitObject::create(), and Item::item_count().
Here is the call graph for this function:| virtual string StorageAreaImp::getStringRep | ( | ) | const [inline, virtual] |
Implements BObjectImp.
Definition at line 336 of file storage.cpp.
References _area, and StorageArea::_name.
| virtual size_t StorageAreaImp::sizeEstimate | ( | ) | const [inline, virtual] |
Implements BObjectImp.
Definition at line 341 of file storage.cpp.
StorageArea* StorageAreaImp::_area [private] |
Definition at line 354 of file storage.cpp.
Referenced by copy(), createIterator(), get_member(), and getStringRep().