nginxconfig
C++libraryforparsingandprintingnginx.conf
nginxconfig/parse_types.hpp File Reference
#include <nginxconfig/config.hpp>
#include <nginxconfig/parse.hpp>
#include <sstream>

Go to the source code of this file.

Classes

struct  nginxconfig::parser::context
struct  nginxconfig::parser::line_components

Enumerations

enum  line_kind {
  simple, complex_start, complex_end, comment,
  unknown
}

Detailed Description

Types used for the parsing code, intended to help with unit testing.

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

 All Classes Files Functions Variables Friends Defines