Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cargo-fd.hpp File Reference

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...
 

Detailed Description