internal: list of attribute corresponding to a slot id More...
Public Member Functions | |
Values () | |
constructor | |
Public Attributes | |
shared_ptr< StarAttribute > | m_default |
the default values | |
std::map< int, shared_ptr < StarAttribute > > | m_idValueMap |
the list of attribute |
internal: list of attribute corresponding to a slot id
StarItemPoolInternal::Values::Values | ( | ) | [inline] |
constructor
shared_ptr<StarAttribute> StarItemPoolInternal::Values::m_default |
the default values
Referenced by StarItemPool::loadSurrogate(), StarItemPool::readV1(), and StarItemPool::readV2().
std::map<int,shared_ptr<StarAttribute> > StarItemPoolInternal::Values::m_idValueMap |
the list of attribute
Referenced by StarItemPool::loadSurrogate(), StarItemPool::readV1(), and StarItemPool::readV2().