 srchilite | C++ class: doctemplate.h |
  srchilite | |
   ParserInfo | Stores information about the file name and the line number of a generic element created during parsing |
   LangElem | |
   StateStartLangElem | A language element that may start a new state/environment |
   StringListLangElem | A language element consisting of a list of strings |
   NamedSubExpsLangElem | An element with subparts (subexpressions), each with a possible different name |
   DelimitedLangElem | |
   HighlightState | Represents a state during the highlighting (e.g., comment state, string state, etc.) |
   HighlightStateBuilder | |
   LangElems | Collection of LangElem objects |
   StateLangElem | Language element that introduces a new state pattern Composite |
  BufferedOutput | The main class for writing into the output |
  CharTranslator | Translates specific character sequences into corresponding ones; it can also use regular expression for the characters to be translated |
  ColorMap | Simple map for colors (maps a color constant string to the corresponding color of the output format) |
  RefEntry | Internal struct to store information about references |
  CTagsInfo | Information about a tag |
  CTagsCollector | Collects the tags information generated by the ctags program for a given word |
  CTagsFormatterResults | Stores the result of the CTagsFormatter |
  CTagsFormatter | Formatter for information gathered from ctags |
  CTagsManager | Takes care of running ctags and to generate a CTagsFormmatter |
  DebugListener | Implementation of highlight events that prints debug information |
  DelimitedLangElem | |
  DocGenerator | Given a DocTemplate it generates the start of the document and the end, using variables such as title, file_name, header, etc |
  DocTemplate | |
  EventGenerator | A generic event generator, for listeners of type EventListener and events of type EventType |
  FileInfo | Information about the file we are processing |
  Formatter | The base abstract class for formatting strings |
  FormatterFactory | The generic abstract factory to create Formatter objects, during the parsing of style files |
  FormatterManager | Associates to an element name the corresponding formatter |
  FormatterParams | Additional parameters that can be passed to a formatter |
  HighlightBuilderException | |
  HighlightEvent | Event concerning an highlighting operation (e.g., formatting, entering a new state, exiting a state, etc.) |
  HighlightEventListener | Base class for listeners of HighlightEvent |
  HighlightRule | Base class for highlight rules |
  HighlightRuleFactory | Abstract factory for highlighting rules |
  HighlightState | Represents a state during the highlighting (e.g., comment state, string state, etc.) |
  HighlightStateBuilder | Builds an HighlightState from the language definition file collected structures |
  HighlightStatePrinter | Prints an HighlightState (and all its rules) |
  HighlightToken | Token containing information for performing the highlight |
  Instances | This class contains static and singleton instances for some utility classes for LangDefManagers, LangMap, etc |
  IOException | Exception representing an error in an input/output operation |
  LangDefManager | Handles langdef language definition files |
  LangElem | |
  LangElems | Collection of LangElem objects |
  LangElemsPrinter | Prints all the language elements |
  LangMap | A map stored in a file with the format key = elem |
  LanguageInfer | Tries to infer the language by inspecting the input file |
  LineBuffer | A buffer for a line to be generated |
  LineNumGenerator | Generates line numbers in the output |
  LineRanges | Functionalities for detecting whether a line is in one of the stored line ranges (or in the context of a range) |
  MatchingParameters | Structure for passing parameters to the matching algorithm, for instance, "not beginning of line", etc |
  NamedSubExpsLangElem | An element with subparts (subexpressions), each with a possible different name |
  ParserException | Represents an exception during parsing, for instance, syntax errors |
  ParserInfo | Stores information about the file name and the line number of a generic element created during parsing |
  ParseStruct | |
  PreFormatter | Preformats text to be generated |
  RegexHighlightRule | An implementation of HighlightRule using Boost regex library |
  subexpressions_info | |
  RegexPreProcessor | Preprocess a regular expression, e.g., transform "()" into "(?:)" |
  RegexRanges | Stores possible separators implemented as regular expressions and provides functionalities to search for such occurrences in lines |
  RegexRuleFactory | Implementation of the abstract factory, creating highlighting rules based on boost::regex regular expressions |
  Settings | Handles the settings for source-highlight (and its library) |
  SourceFileHighlighter | Highlights the contents of a file relying on a SourceHighlighter |
  SourceHighlight | The main class performing highlighting of an input file generating an output file |
  SourceHighlighter | The main class performing the highlighting of a single line |
  SourceHighlightUtils | Class with some utility static methods |
  Untabifier | PerFormratter to convert tabs to spaces before generation |
  StateLangElem | Language element that introduces a new state pattern Composite |
  StateStartLangElem | A language element that may start a new state/environment |
  StopWatch | Records elapsed time |
  StringDef | Represent a string for a language definition file's element |
  StringDefs | A collection (list) of StringDef's |
  StringListLangElem | A language element consisting of a list of strings |
  StringTable | Stores dynamically allocated strings (used by the scanners), so that, later on, we can easily free all the memory for these strings |
  StyleFileParser | A utility class with static methods to parse style files |
  TextStyle | Represents a formatting template where there can be some variables (starting with $, e.g., $style, $text, etc.) that will be replaced with specific elements, e.g., the actual style for the formatting, the text to format, etc |
  TextStyleBuilder | Given TextStyle objects build a new one, adding a starting part, and ending part, and separating them |
  TextStyleFormatter | An implementation of Formatter, based on source-highlight TextStyle |
  TextStyleFormatterFactory | Generates TextStyleFormatters based on TextStyles |
  TextStyles | Contains TextStyle objects for all formats (e.g., bold, italics, etc), and other templates (e.g., for the document header, etc.); it also contains the color map and the char translator |
   RefTextStyle | The TextStyle objects for reference formatting |
  ToLower | |
  ToUpper | |
  Utils | Generic utils functions (e.g., string manipulation) |
  VarDefinitions | Store definitions of strings and regular expressions representing language elements |
  Verbosity | Utility class to output messages in case of verbose option is requested |
  Versions | Utility functions for version numbers |
  WordTokenizer | Tokenizes a paragraph separating words from spaces |
 ElementNamesList | |
 Key | |
 sTagFile | |
 tagEntry | |
 tagExtensionField | |
 tagFileInfo | |
 vstring | |
 yy_buffer_state | |
 yy_trans_info | |
 yyalloc | |
 YYLTYPE | |
 YYSTYPE | |