iv::Lex_LogTrace Class Reference
#include <Lex.hpp>
Public Member Functions | |
| Lex_LogTrace (Lex const &lex) | |
Public Member Functions inherited from iv::LogTrace | |
| LogTrace () | |
| ~LogTrace () | |
| LogTrace (LogTrace const &)=delete | |
| LogTrace & | operator= (LogTrace const &)=delete |
Protected Member Functions | |
| virtual void | PrintTraceLine (std::ostream &out) override |
Additional Inherited Members | |
Static Public Member Functions inherited from iv::LogTrace | |
| static void | PrintTrace (std::ostream &) |
| static unsigned | GetChangeCounter () |
Detailed Description
Constructor & Destructor Documentation
◆ Lex_LogTrace()
Member Function Documentation
◆ PrintTraceLine()
|
inlineoverrideprotectedvirtual |
Print current trace info. It is typically one line. Should end with a newline character.
Implements iv::LogTrace.
The documentation for this class was generated from the following file:
- ivorium_core/Parsing/Lex.hpp

Public Member Functions inherited from 