|
nginxconfig
C++libraryforparsingandprintingnginx.conf
|
Public Member Functions | |
| context (std::istream &input) | |
| bool | next () |
| template<typename... T> | |
| parse_error | create_parse_error (size_type column, T &&...message) |
Public Attributes | |
| std::istream & | input |
| size_type | line_no = 0 |
| size_type | character_no = 0 |
| size_type | character_no_next = 0 |
| std::string | current |
Definition at line 25 of file parse_types.hpp.