strusAnalyzer  0.17
Classes | Namespaces | Typedefs
pattern_resultformat.hpp File Reference

Library providing function for printing a pattern matcher result with a format string. More...

#include "strus/analyzer/patternMatcherResult.hpp"
#include <utility>

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...
 

Detailed Description

Library providing function for printing a pattern matcher result with a format string.