Seeed Grove ++  v0.0.1-2019
Linux C++ Library For Seeed Grove Devices
sg_types.hpp File Reference
#include <map>
#include <set>
#include <vector>
#include <string>
Include dependency graph for sg_types.hpp:
This graph shows which files directly or indirectly include this file:

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...