|
nginxconfig
C++libraryforparsingandprintingnginx.conf
|
#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) |
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.
Definition in file ast.hpp.