#include <TextIO.h>
|
| | TextReader (const std::string &fileName) |
| virtual | ~TextReader (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) |
| std::enable_if< std::is_base_of< Serializable, U >::value, void >::type | read (const std::string &s, U &output) |
| std::enable_if< EigenIO::is_tensor_fixed< ETensor >::value, void >::type | Reshape (ETensor &t, const std::array< typename ETensor::Index, ETensor::NumDimensions > &dims) |
| std::enable_if< EigenIO::is_scalar< S >::value, void >::type | copyScalars (S &Dest, const S *&pSource) |
Definition at line 63 of file TextIO.h.
◆ TextReader()
| TextReader::TextReader |
( |
const std::string & | fileName | ) |
|
◆ ~TextReader()
| virtual Grid::TextReader::~TextReader |
( |
void | | ) |
|
|
virtualdefault |
◆ push()
| bool TextReader::push |
( |
const std::string & | s | ) |
|
◆ pop()
| void TextReader::pop |
( |
void | | ) |
|
◆ readDefault() [1/4]
| void Grid::TextReader::readDefault |
( |
const std::string & | s, |
|
|
U & | output ) |
◆ readDefault() [2/4]
| void Grid::TextReader::readDefault |
( |
const std::string & | s, |
|
|
std::vector< U > & | output ) |
◆ readMultiDim()
| void Grid::TextReader::readMultiDim |
( |
const std::string & | s, |
|
|
std::vector< U > & | buf, |
|
|
std::vector< size_t > & | dim ) |
◆ checkIndent()
| void TextReader::checkIndent |
( |
void | | ) |
|
|
private |
◆ readDefault() [3/4]
template<>
| void Grid::TextReader::readDefault |
( |
const std::string & | s, |
|
|
std::string & | output ) |
◆ readDefault() [4/4]
template<>
| void Grid::TextReader::readDefault |
( |
const std::string & | s, |
|
|
std::string & | output ) |
◆ read()
◆ Reshape()
◆ copyScalars()
◆ fromString()
◆ file_
| std::ifstream Grid::TextReader::file_ |
|
private |
◆ level_
| int Grid::TextReader::level_ |
|
private |
◆ upcast
The documentation for this class was generated from the following files: