22 #ifndef COLORTABLE_HPP 23 #define COLORTABLE_HPP 25 #include <boost/unordered_map.hpp> 39 const boost::unordered_map<string, Color>&
getTable()
const;
45 boost::unordered_map<string, Color>
table;
void resolve(const string &name, Color *target) const
Operator to access the color table.
const boost::unordered_map< string, Color > & getTable() const
Returns the hole table.
ColorTable()
This file is part of alaCarte.
static const ColorTable & Inst()
Returns a instance of a color table.
boost::unordered_map< string, Color > table
Value of the table.
Simple table for name to color mappings.