Source-highlight Library
textstyleformattercollection.h
1
#ifndef TEXTSTYLEFORMATTERCOLLECTION_H_
2
#define TEXTSTYLEFORMATTERCOLLECTION_H_
3
4
#include <list>
5
6
namespace
srchilite
{
7
8
class
TextStyleFormatter
;
9
11
typedef
std::list<TextStyleFormatter *>
TextStyleFormatterCollection
;
12
13
}
14
15
#endif
/*TEXTSTYLEFORMATTERCOLLECTION_H_*/
srchilite
C++ class: doctemplate.h.
Definition:
bufferedoutput.cpp:13
srchilite::TextStyleFormatterCollection
std::list< TextStyleFormatter * > TextStyleFormatterCollection
Collection of TextStyleFormatter objects.
Definition:
textstyleformattercollection.h:8
srchilite::TextStyleFormatter
An implementation of Formatter, based on source-highlight TextStyle.
Definition:
textstyleformatter.h:23
textstyleformattercollection.h
Generated by
1.8.17