nginxconfig
C++libraryforparsingandprintingnginx.conf
nginxconfig::parser::context Struct Reference

List of all members.

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

Detailed Description

Definition at line 25 of file parse_types.hpp.


The documentation for this struct was generated from the following files:
 All Classes Files Functions Variables Friends Defines