small struct used to keep a list of version More...
Public Member Functions | |
Version (int vers, int start, std::vector< int > const &list) | |
constructor | |
Public Attributes | |
int | m_version |
the version number | |
int | m_start |
int the start value | |
std::vector< int > | m_list |
the list of value | |
std::map< int, int > | m_invertListMap |
a map offset to which |
small struct used to keep a list of version
StarItemPoolInternal::Version::Version | ( | int | vers, |
int | start, | ||
std::vector< int > const & | list | ||
) | [inline] |
constructor
std::map<int,int> StarItemPoolInternal::Version::m_invertListMap |
a map offset to which
Referenced by StarItemPoolInternal::State::addVersionMap(), StarItemPoolInternal::State::getWhich(), and Version().
std::vector<int> StarItemPoolInternal::Version::m_list |
the list of value
Referenced by StarItemPoolInternal::State::getWhich(), and Version().
int the start value
Referenced by StarItemPoolInternal::State::getWhich().
the version number
Referenced by StarItemPoolInternal::State::getWhich().