
Go to the source code of this file.
Namespaces | |
| namespace | DELPHIN |
Functions | |
| void | DELPHIN::read_string (std::istream &in, std::string &str) |
| Reads a string in binary format from the binary input stream 'in'. | |
| void | DELPHIN::write_string (std::ostream &out, const std::string &str) |
| Writes a string in binary format into the binary output stream 'out'. | |
| template<typename T> | |
| void | DELPHIN::read_vector (std::istream &in, std::vector< T > &vec) |
| template<typename T> | |
| void | DELPHIN::write_vector (std::ostream &out, const std::vector< T > &vec) |
1.5.5