CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Namespaces | |
catapult | |
catapult::io | |
Functions | |
template<typename TIo > | |
void | catapult::io::WriteEntity (TIo &output, const model::SizePrefixedEntity &entity) |
Writes size prefixed entity into output. More... | |
template<typename TEntity , typename TIo > | |
std::unique_ptr< TEntity > | catapult::io::ReadEntity (TIo &input) |
Reads size prefixed entity from input. More... | |