srchilite::BufferedOutput | The main class for writing into the output |
srchilite::CharTranslator | Translates specific character sequences into corresponding ones; it can also use regualr expression for the characters to be translated |
srchilite::ColorMap | Simple map for colors (maps a color constant string to the corresponding color of the output format) |
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::DebugListener | Implementation of highlight events that prints debug information |
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::EventGenerator< EventListener, EventType > | A generic event generator, for listeners of type EventListener and events of type EventType |
srchilite::FileInfo | Information about the file we are processing |
srchilite::Formatter | The base abstract class for formatting strings |
srchilite::FormatterFactory | The generic abstract factory to create Formatter objects, during the parsing of style files |
srchilite::FormatterManager | Associates to an element name the corresponding formatter |
srchilite::FormatterParams | Additional parameters that can be passed to a 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::HighlightRule | Base class for highlight rules |
srchilite::HighlightRuleFactory | Abstract factory for highlighting rules |
srchilite::HighlightState | Represents a state during the highlighting (e.g., comment state, string state, etc |
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::IOException | Exception representing an error in an input/output operation |
srchilite::LangDefManager | Handles langdef language definition files |
srchilite::LangElems | Collection of LangElem objects |
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) |
srchilite::MatchingParameters | Structure for passing parameters to the matching algorithm, for instance, "not beginning of line", etc |
srchilite::NamedSubExpsLangElem | An element with subparts (subexpressions), each with a possible different name |
srchilite::ParserException | Represents an exception during parsing, for instance, syntax errors |
srchilite::ParserInfo | Stores information about the file name and the line number of a generic element created during parsing |
srchilite::PreFormatter | Preformats text to be generated |
srchilite::RefEntry | Internal struct to store information about references |
srchilite::TextStyles::RefTextStyle | The TextStyle objects for reference formatting |
srchilite::RegexHighlightRule | An implementation of HighlightRule using Boost regex library |
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::RegexRuleFactory | Implementation of the abstract factory, creating highlighting rules based on boost::regex regular expressions |
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::SourceHighlighter | The main class performing the highlighting of a single line |
srchilite::SourceHighlightUtils | Class with some utility static methods |
srchilite::StateLangElem | Language element that introduces a new state pattern Composite |
srchilite::StateStartLangElem | A language element that may start a new state/environment |
srchilite::StopWatch | Records elapsed time |
srchilite::StringDef | Represent a string for a language definition file's element |
srchilite::StringDefs | A collection (list) of StringDef's |
srchilite::StringListLangElem | A language element consisting of a list of strings |
srchilite::StringTable | Stores dynamically allocated strings (used by the scanners), so that, later on, we can easily free all the memory for these strings |
srchilite::StyleFileParser | A utility class with static methods to parse style files |
srchilite::TextStyle | Represents a formatting template where there can be some variables (starting with $, e.g., $style, $text, etc |
srchilite::TextStyleBuilder | Given TextStyle objects build a new one, adding a starting part, and ending part, and separating them |
srchilite::TextStyleFormatter | An implementation of Formatter, based on source-highlight TextStyle |
srchilite::TextStyleFormatterFactory | Generates TextStyleFormatters based on TextStyles |
srchilite::TextStyles | Contains TextStyle objects for all formats (e.g., bold, italics, etc), and other templates (e.g., for the document header, etc |
srchilite::Untabifier | PerFormratter to convert tabs to spaces before generation |
srchilite::Utils | Generic utils functions (e.g., string manipulation) |
srchilite::VarDefinitions | Store definitions of strings and regular expressions representing language elements |
srchilite::Verbosity | Utility class to output messages in case of verbose option is requested |
srchilite::Versions | Utility functions for version numbers |
srchilite::WordTokenizer | Tokenizes a paragraph separating words from spaces |