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

Go to the source code of this file.

Classes

class  nginxconfig::kind_error
class  nginxconfig::ast_entry

Enumerations

enum  ast_entry_kind { nginxconfig::simple, nginxconfig::complex, nginxconfig::document, nginxconfig::comment }

Functions

std::ostream & nginxconfig::operator<< (std::ostream &os, const ast_entry_kind &kind)
std::ostream & nginxconfig::operator<< (std::ostream &os, const ast_entry &ast)

Detailed Description

Raw manipulation of the nginx configuration AST.

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 ast.hpp.

 All Classes Files Functions Variables Friends Defines