WriteNowEntryManager Struct Reference

the manager of the entries More...

#include <WriteNowEntry.hxx>

List of all members.

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, WriteNowEntrym_posMap
 the list of entries by position
std::multimap< std::string,
WriteNowEntry const * > 
m_typeMap
 the list of entries

Detailed Description

the manager of the entries


Constructor & Destructor Documentation


Member Function Documentation

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


Member Data Documentation

the list of entries by position

Referenced by add(), get(), and reset().

std::multimap<std::string, WriteNowEntry const *> WriteNowEntryManager::m_typeMap

the list of entries

Referenced by add(), and reset().


The documentation for this struct was generated from the following file: