|
bux API Reference 1.12.3
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
#include <ParserBase.h>

Public Member Functions | |
| C_ParserOStreamCount (std::ostream &out) | |
| Public Member Functions inherited from bux::C_ParserLogCount | |
| auto | getCount (E_LogLevel ll) const |
| void | log (E_LogLevel ll, const C_SourcePos &pos, std::string_view message) |
Additional Inherited Members | |
| Protected Member Functions inherited from bux::C_ParserLogCount | |
| virtual std::string | toStr (const C_SourcePos &pos) const |
| Protected Attributes inherited from bux::C_ParserLogCount | |
| std::array< unsigned, LL_VERBOSE+1 > | m_count {} |
Definition at line 91 of file ParserBase.h.
|
inline |
Definition at line 96 of file ParserBase.h.