StarItem Class Reference

class to store an item: ie. More...

#include <StarItem.hxx>

List of all members.

Public Member Functions

 StarItem (int which)
 constructor
 StarItem (shared_ptr< StarAttribute > attribute, int which)
 constructor from attribute

Public Attributes

shared_ptr< StarAttributem_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 &)
StarItemoperator= (StarItem const &)

Detailed Description

class to store an item: ie.

an attribute whose reading is potentially retarded


Constructor & Destructor Documentation

StarItem::StarItem ( int  which) [inline, explicit]

constructor

StarItem::StarItem ( shared_ptr< StarAttribute attribute,
int  which 
) [inline]

constructor from attribute

StarItem::StarItem ( StarItem const &  ) [private]

Member Function Documentation

StarItem& StarItem::operator= ( StarItem const &  ) [private]

Member Data Documentation

the attribute if loaded

Referenced by StarItemPool::loadSurrogate().

true if which is local

Referenced by StarItemPool::loadSurrogate().

the surrogate id

Referenced by StarItemPool::loadSurrogate().

the which id

Referenced by StarItemPool::loadSurrogate().


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