Public Member Functions | |
bool | storeTableMessage (const identifier::Table &identifier, const message::Table &table_message) |
bool | removeTableMessage (const identifier::Table &identifier) |
bool | getTableMessage (const identifier::Table &identifier, message::Table &table_message) |
bool | doesTableMessageExist (const identifier::Table &identifier) |
bool | renameTableMessage (const identifier::Table &from, const identifier::Table &to) |
Private Types | |
typedef boost::unordered_map < std::string, message::Table, util::insensitive_hash, util::insensitive_equal_to > | Cache |
Private Attributes | |
Cache | table_message_cache |
Definition at line 31 of file table_messages.h.