#include <map>
#include <set>
#include <vector>
#include <string>
|
| struct | SG::RGB8 |
| | Simple structure used to store 8-bit RGB colour values. More...
|
| |
|
| 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...
|
| |