nginxconfig
C++libraryforparsingandprintingnginx.conf
nginxconfig/encode.cpp File Reference
#include <nginxconfig/ast.hpp>
#include <nginxconfig/encode.hpp>
#include <cassert>
#include <ostream>

Go to the source code of this file.

Functions

void nginxconfig::encode (const ast_entry &ast, std::ostream &output, std::string indent)
void nginxconfig::encode (const ast_entry &ast, std::ostream &output)

Detailed Description

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 encode.cpp.

 All Classes Files Functions Variables Friends Defines