#include <map>#include <string>#include "types.hpp"Go to the source code of this file.
Classes | |
| struct | config_destination_entry |
Functions | |
| std::map< std::string, config_destination_entry > | parse_config (const char *file_name) |
| Reads rules from file and returns them. | |
| std::map<std::string, config_destination_entry> parse_config | ( | const char * | file_name | ) |
Reads rules from file and returns them.
| [in] | file_name | name of rules file |
1.5.6