#include <stdlib.h>
#include <stdio.h>
#include <syslog.h>
#include <string>
#include <map>
#include <fstream>
Include dependency graph for strconf.cpp:
Go to the source code of this file.
Functions | |
void | load (string fn, map< string, string > &c) |
void | save (string fn, map< string, string > &c) |
int | main () |
void load | ( | string | fn, | |
map< string, string > & | c | |||
) |
Definition at line 10 of file strconf.cpp.
References s.
Referenced by gen_dynamic_xml(), gen_static_xml(), and main().
int main | ( | void | ) |
void save | ( | string | fn, | |
map< string, string > & | c | |||
) |