#include <BinaryIO.h>
|
| | BinaryReader (const std::string &fileName) |
| virtual | ~BinaryReader (void)=default |
| bool | push (const std::string &s) |
| void | pop (void) |
| template<typename U> |
| void | readDefault (const std::string &s, U &output) |
| template<typename U> |
| void | readDefault (const std::string &s, std::vector< U > &output) |
| template<typename U> |
| void | readMultiDim (const std::string &s, std::vector< U > &buf, std::vector< size_t > &dim) |
| template<> |
| void | readDefault (const std::string &s, std::string &output) |
| template<> |
| void | readDefault (const std::string &s, std::string &output) |
Definition at line 60 of file BinaryIO.h.
◆ BinaryReader()
| BinaryReader::BinaryReader |
( |
const std::string & | fileName | ) |
|
◆ ~BinaryReader()
| virtual BinaryReader::~BinaryReader |
( |
void | | ) |
|
|
virtualdefault |
◆ push()
| bool BinaryReader::push |
( |
const std::string & | s | ) |
|
|
inline |
◆ pop()
| void BinaryReader::pop |
( |
void | | ) |
|
|
inline |
◆ readDefault() [1/4]
| void BinaryReader::readDefault |
( |
const std::string & | s, |
|
|
U & | output ) |
◆ readDefault() [2/4]
| void BinaryReader::readDefault |
( |
const std::string & | s, |
|
|
std::vector< U > & | output ) |
◆ readMultiDim()
| void BinaryReader::readMultiDim |
( |
const std::string & | s, |
|
|
std::vector< U > & | buf, |
|
|
std::vector< size_t > & | dim ) |
◆ readDefault() [3/4]
template<>
| void BinaryReader::readDefault |
( |
const std::string & | s, |
|
|
std::string & | output ) |
◆ readDefault() [4/4]
template<>
| void BinaryReader::readDefault |
( |
const std::string & | s, |
|
|
std::string & | output ) |
◆ file_
| std::ifstream BinaryReader::file_ |
|
private |
The documentation for this class was generated from the following files: