Go to the source code of this file.
|
void | fromIce (const actions::data::MenuPtr &ice, actions::Menu &menu) |
|
void | fromIce (const data::Commit &ice, Commit &commit) |
|
void | fromIce (const data::Commit &ice, Commit &commit, Time timeArrived) |
|
void | fromIce (const data::CommitResult &ice, CommitResult &result) |
|
void | fromIce (const data::EntityUpdate &ice, EntityUpdate &update) |
|
void | fromIce (const data::EntityUpdate &ice, EntityUpdate &update, Time timeArrived) |
|
void | fromIce (const data::EntityUpdateResult &ice, EntityUpdateResult &result) |
|
void | fromIce (const data::MemoryID &ice, MemoryID &id) |
|
void | toIce (actions::data::MenuPtr &ice, const actions::Menu &menu) |
|
void | toIce (data::Commit &ice, const Commit &commit) |
|
void | toIce (data::CommitResult &ice, const CommitResult &result) |
|
void | toIce (data::EntityUpdate &ice, const EntityUpdate &update) |
|
void | toIce (data::EntityUpdateResult &ice, const EntityUpdateResult &result) |
|
void | toIce (data::MemoryID &ice, const MemoryID &id) |
|