OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
policy_config_parser.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef ctrlplane_policy_config_parser_h
6 #define ctrlplane_policy_config_parser_h
7 #include <string>
9 public:
11  bool Parse(const std::string &content);
12 };
13 #endif //ctrlplane_policy_config_parser_h
bool Parse(const std::string &content)