#include <cstdio>
#include "Configuration.h"
#include <iostream>
#include <string>
#include <cassert>
#include "common_types.h"
Include dependency graph for xmain.cc:
Go to the source code of this file.
Functions | |
void | dump_stringvec (std::vector< std::string > &vs, int expect=-2) |
void | test1 (void) |
void | test2 (void) |
int | main (int argc, char *argv[]) |
Variables | |
const std::string | c_empty_string |
Configuration * | config |
void dump_stringvec | ( | std::vector< std::string > & | vs, | |
int | expect = -2 | |||
) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
void test1 | ( | void | ) |
Definition at line 54 of file xmain.cc.
References Configuration::clear(), config, Configuration::dump(), dump_stringvec(), Configuration::listkeys(), Configuration::read_config_file(), Configuration::set(), and Configuration::value().
Referenced by main().
Here is the call graph for this function:
void test2 | ( | void | ) |
Definition at line 131 of file xmain.cc.
References config, Configuration::dump(), and Configuration::read_config_file().
Referenced by main().
Here is the call graph for this function:
const std::string c_empty_string |