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