syslog-ng source
CfgLexerContext Struct Reference
Collaboration diagram for CfgLexerContext:

Public Attributes

gint type
 
CfgLexerKeywordkeywords
 
gchar desc [0]
 

Detailed Description

CfgLexerContext:

This object tells the lexer in which context it is operating right now. The context influences the way the lexer works, for example in LL_CONTEXT_BLOCK_DEF/REF all keyword resolutions are disabled.

A textual description is also associated with the current context in order to give better error messages.

Member Data Documentation

◆ desc

gchar CfgLexerContext::desc[0]

◆ keywords

CfgLexerKeyword* CfgLexerContext::keywords

◆ type

gint CfgLexerContext::type

The documentation for this struct was generated from the following file: