ANTLR Support Libraries 2.7.1+
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Parser::Tracer Class Reference

#include <Parser.hpp>

Collaboration diagram for Parser::Tracer:
Collaboration graph
[legend]

Public Member Functions

 Tracer (Parser *p, const char *t)
 
 ~Tracer ()
 

Private Member Functions

 Tracer (const Tracer &)
 
const Traceroperator= (const Tracer &)
 

Private Attributes

Parserparser
 
const char * text
 

Detailed Description

Utility class which allows tracing to work even when exceptions are thrown.

Constructor & Destructor Documentation

◆ Tracer() [1/2]

Parser::Tracer::Tracer ( Parser p,
const char *  t 
)
inline

◆ ~Tracer()

Parser::Tracer::~Tracer ( )
inline

◆ Tracer() [2/2]

Parser::Tracer::Tracer ( const Tracer )
private

Member Function Documentation

◆ operator=()

const Tracer& Parser::Tracer::operator= ( const Tracer )
private

Member Data Documentation

◆ parser

Parser* Parser::Tracer::parser
private

◆ text

const char* Parser::Tracer::text
private

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