#include <map>
#include <set>
#include <vector>
#include <string>
Namespaces | |
SG | |
Typedefs | |
typedef std::map< std::string, std::string > | SG::MStr |
Map of strings, where both the key and the value are strings. More... | |
typedef std::set< std::string > | SG::SStr |
Set of strings. More... | |
typedef std::vector< std::string > | SG::VStr |
Vector of strings. More... | |