#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <map>
#include "asserts.h"
#include "types.h"
#include "tstamp.h"
Include dependency graph for rconfig.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | parse_line (std::istream &a_in, std::string &a_keyword, std::string &a_value) |
Parse a keyword/value pair read from a configuration file. | |
Variables | |
configuration_manager | config |
The global configuration manager instance. |
|
Parse a keyword/value pair read from a configuration file.
Definition at line 1502 of file rconfig.cc. References TRY_nomem. Referenced by global_parser::parse(), and job_parser::parse(). |
|