|
VideoTools
|
#include "gdef.h"#include <string>#include <list>#include <vector>#include <map>#include <stdexcept>Go to the source code of this file.
Classes | |
| class | G::StringMapReader |
| An adaptor for reading a const map<string,string> with at(key). More... | |
Namespaces | |
| G | |
| Low-level classes for o/s services. | |
Typedefs | |
| typedef std::vector< std::string > | G::StringArray |
| A std::vector of std::strings. | |
|
typedef std::map< std::string, std::string > | G::StringMap |
| A std::map of std::strings. | |