Pol  Rev 533
StorageAreaImp Class Reference
+ Inheritance diagram for StorageAreaImp:
+ Collaboration diagram for StorageAreaImp:

List of all members.

Public Member Functions

 StorageAreaImp (StorageArea *area)
virtual BObjectImpcopy () const
ContIteratorcreateIterator (BObject *pIterVal)
BObjectRef get_member (const char *membername)
virtual string getStringRep () const
virtual size_t sizeEstimate () const

Private Attributes

StorageArea_area

Detailed Description

Definition at line 326 of file storage.cpp.


Constructor & Destructor Documentation

Definition at line 329 of file storage.cpp.

Referenced by copy().

+ Here is the caller graph for this function:


Member Function Documentation

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]

Reimplemented from BObjectImp.

Definition at line 346 of file storage.cpp.

References _area.

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.


Member Data Documentation

Definition at line 354 of file storage.cpp.

Referenced by copy(), createIterator(), get_member(), and getStringRep().


The documentation for this class was generated from the following file: