class to store an item: ie. More...
#include <StarItem.hxx>
Public Member Functions | |
StarItem (int which) | |
constructor | |
StarItem (shared_ptr< StarAttribute > attribute, int which) | |
constructor from attribute | |
Public Attributes | |
shared_ptr< StarAttribute > | m_attribute |
the attribute if loaded | |
int | m_which |
the which id | |
int | m_surrogateId |
the surrogate id | |
bool | m_localId |
true if which is local | |
Private Member Functions | |
StarItem (StarItem const &) | |
StarItem & | operator= (StarItem const &) |
class to store an item: ie.
an attribute whose reading is potentially retarded
StarItem::StarItem | ( | int | which | ) | [inline, explicit] |
constructor
StarItem::StarItem | ( | shared_ptr< StarAttribute > | attribute, |
int | which | ||
) | [inline] |
constructor from attribute
StarItem::StarItem | ( | StarItem const & | ) | [private] |
shared_ptr<StarAttribute> StarItem::m_attribute |
the attribute if loaded
Referenced by StarItemPool::loadSurrogate().
bool StarItem::m_localId |
true if which is local
Referenced by StarItemPool::loadSurrogate().
the surrogate id
Referenced by StarItemPool::loadSurrogate().
the which id
Referenced by StarItemPool::loadSurrogate().