nginxconfig
C++libraryforparsingandprintingnginx.conf
nginxconfig/parse.hpp File Reference
#include <nginxconfig/config.hpp>
#include <iosfwd>
#include <string>
#include <stdexcept>

Go to the source code of this file.

Classes

class  nginxconfig::parse_error

Functions

ast_entry nginxconfig::parse (std::istream &input)
ast_entry nginxconfig::parse_file (const std::string &filename)

Detailed Description

Include this file if you're trying to parse an nginx configuration file.

Copyright (c) 2014 by Travis Gockel. All rights reserved.

This program is free software: you can redistribute it and/or modify it under the terms of the Apache License as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later version.

Author:
Travis Gockel (travis@gockelhut.com)

Definition in file parse.hpp.

 All Classes Files Functions Variables Friends Defines