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