Seeed Grove ++  v0.0.1-2386
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:

Classes

struct  SG::RGB8
 Simple structure used to store 8-bit RGB colour values. More...
 

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...
 
typedef std::vector< RGB8 > SG::Colours8
 Store a sequence of 8-bit colour values into a vector. More...