![]() |
Pothos
0.5.0-ga4964040
The Pothos dataflow programming software suite
|
#include <StreamArchiver.hpp>
Public Types | |
| typedef std::false_type | isSave |
Public Member Functions | |
| IStreamArchiver (std::istream &is) | |
| template<typename T > | |
| void | operator& (T &value) |
| template<typename T > | |
| void | operator>> (T &value) |
| void | readBytes (void *buff, const size_t len) |
The input stream archiver deserializes types from an input stream.
| typedef std::false_type Pothos::Archive::IStreamArchiver::isSave |
| Pothos::Archive::IStreamArchiver::IStreamArchiver | ( | std::istream & | is | ) |
| void Pothos::Archive::IStreamArchiver::operator& | ( | T & | value | ) |
| void Pothos::Archive::IStreamArchiver::operator>> | ( | T & | value | ) |
| void Pothos::Archive::IStreamArchiver::readBytes | ( | void * | buff, |
| const size_t | len | ||
| ) |
1.8.11