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