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