1 //
2 // Author: Lorenzo Bettini <http://www.lorenzobettini.it>, (C) 2004-2008
3 //
4 // Copyright: See COPYING file that comes with this distribution
5 //
6
7 #ifndef FORMATTERMANAGER_H_
8 #define FORMATTERMANAGER_H_
9
10 #include <string>
11 #include <map>
12
13 #include "formatter.h"
14
16
19
27
31 public:
38
47
50 }
51
53 defaultFormatter = def;
54 }
55
63
71
76 formatterMap.clear();
77 }
78
84 }
85 };
86
87 }
88
89 #endif /*FORMATTERMANAGER_H_*/
std::map< std::string, FormatterPtr > FormatterMap
the map for formatters
Definition: formattermanager.h:18
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
boost::shared_ptr< Formatter > FormatterPtr
shared pointer for Formatter
Definition: formatter.h:41