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