|
|||
|
|||
|
#include <vector>#include <deque>#include <map>Include dependency graph for globals.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
| typedef std::deque< std::string > | file_cache |
| A cached text file stored with its contents as lines. | |
| typedef std::pair< std::string, std::string > | KeyVal |
| A configuration key and value pair. | |
| typedef std::vector< KeyVal > | KeyValList |
| A list of related configuration keys and values. | |
| typedef std::multimap< std::string, KeyValList > | ConfigDataHash |
| An entire config file, built up of KeyValLists. | |
|
|
An entire config file, built up of KeyValLists.
|
|
|
A cached text file stored with its contents as lines.
|
|
|
A configuration key and value pair.
|
|
|
A list of related configuration keys and values.
|