![]() |
nomlib
|
Container for accessing colors by name (string). More...
#include <ColorDatabase.hpp>
Public Types | |
| typedef ColorDatabase | self_type |
| typedef std::pair< std::string, Color4i > | pair |
| typedef std::map< std::string, Color4i > | value_type |
Private Attributes | |
| value_type | colors_ |
Container for accessing colors by name (string).
Definition at line 43 of file ColorDatabase.hpp.
| typedef std::pair<std::string, Color4i> nom::ColorDatabase::pair |
Definition at line 48 of file ColorDatabase.hpp.
| typedef ColorDatabase nom::ColorDatabase::self_type |
Definition at line 46 of file ColorDatabase.hpp.
| typedef std::map<std::string, Color4i> nom::ColorDatabase::value_type |
Definition at line 49 of file ColorDatabase.hpp.
|
private |
Definition at line 64 of file ColorDatabase.hpp.