the manager of the entries More...
#include <WNEntry.hxx>
Public Member Functions | |
WNEntryManager () | |
WNEntry | get (long pos) const |
return an entry for a position More... | |
bool | add (WNEntry const &entry) |
add a new entry More... | |
void | reset () |
reset the data More... | |
Public Attributes | |
std::map< long, WNEntry > | m_posMap |
the list of entries by position More... | |
std::multimap< std::string, WNEntry const * > | m_typeMap |
the list of entries More... | |
the manager of the entries
|
inline |
|
inline |
add a new entry
|
inline |
return an entry for a position
|
inline |
reset the data
std::map<long, WNEntry> WNEntryManager::m_posMap |
std::multimap<std::string, WNEntry const *> WNEntryManager::m_typeMap |