|
Functions | |
void | convert (const mongocxx::database &db, armem::wm::CoreSegment &c) |
void | convert (const mongocxx::database &db, armem::wm::Entity &e) |
void | convert (const mongocxx::database &db, armem::wm::Memory &m) |
void | convert (const mongocxx::database &db, armem::wm::ProviderSegment &p) |
void | load (const mongocxx::database &db, armem::wm::CoreSegment &c) |
void | load (const mongocxx::database &db, armem::wm::Entity &e) |
void | load (const mongocxx::database &db, armem::wm::Memory &m) |
void | load (const mongocxx::database &db, armem::wm::ProviderSegment &p) |
void | store (const mongocxx::database &db, const armem::wm::CoreSegment &c) |
void | store (const mongocxx::database &db, const armem::wm::Entity &e) |
void | store (const mongocxx::database &db, const armem::wm::Memory &m) |
void | store (const mongocxx::database &db, const armem::wm::ProviderSegment &p) |
void convert | ( | const mongocxx::database & | db, |
armem::wm::CoreSegment & | c | ||
) |
void convert | ( | const mongocxx::database & | db, |
armem::wm::Entity & | e | ||
) |
void convert | ( | const mongocxx::database & | db, |
armem::wm::Memory & | m | ||
) |
Definition at line 166 of file operations.cpp.
void convert | ( | const mongocxx::database & | db, |
armem::wm::ProviderSegment & | p | ||
) |
void load | ( | const mongocxx::database & | db, |
armem::wm::CoreSegment & | c | ||
) |
void load | ( | const mongocxx::database & | db, |
armem::wm::Entity & | e | ||
) |
void load | ( | const mongocxx::database & | db, |
armem::wm::Memory & | m | ||
) |
Definition at line 40 of file operations.cpp.
void load | ( | const mongocxx::database & | db, |
armem::wm::ProviderSegment & | p | ||
) |
void store | ( | const mongocxx::database & | db, |
const armem::wm::CoreSegment & | c | ||
) |
void store | ( | const mongocxx::database & | db, |
const armem::wm::Entity & | e | ||
) |
void store | ( | const mongocxx::database & | db, |
const armem::wm::Memory & | m | ||
) |
Definition at line 237 of file operations.cpp.
void store | ( | const mongocxx::database & | db, |
const armem::wm::ProviderSegment & | p | ||
) |