Go to the source code of this file.
Namespaces | |
cargo | |
Functions | |
template<class Cargo > | |
void | cargo::loadFromFD (const int fd, Cargo &visitable) |
Load binary data from a file/socket/pipe represented by the fd. More... | |
template<class Cargo > | |
void | cargo::saveToFD (const int fd, const Cargo &visitable) |
Save binary data to a file/socket/pipe represented by the fd. More... | |