strusAnalyzer
0.17
|
Library providing function for printing a pattern matcher result with a format string. More...
Go to the source code of this file.
Classes | |
class | strus::PatternResultFormatContext |
Context for mapping result format strings (allocator,maps,etc.) More... | |
class | strus::PatternResultFormatVariableMap |
Interface to map variables to a pointer to string. More... | |
class | strus::PatternResultFormatTable |
Parser for result format strings. More... | |
struct | strus::PatternResultFormatChunk |
Single chunk of a result format for iterating ans build the pattern match result. More... | |
class | strus::PatternResultFormatMap |
Result format for the output of pattern match results with names of members as variables in curly brackets '{' '}'. More... | |
Namespaces | |
strus | |
strus toplevel namespace | |
Typedefs | |
typedef struct PatternResultFormat | strus::PatternResultFormat |
Result format representation (hidden implementation) More... | |
Library providing function for printing a pattern matcher result with a format string.