XDR output stream reading from a file.
More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/io/streams/xdrstreams.hh>
XDR output stream reading from a file.
- Newly added:
type of the implementation (Barton-Nackman)
Dune::Fem::XDRFileInStream::XDRFileInStream |
( |
const std::string & |
filename, |
|
|
const size_t |
pos = 0 |
|
) |
| |
|
inlineexplicit |
constructor
- Parameters
-
[in] | filename | name of the file to read from |
[in] | pos | starting position for file read (default = 0) |
Dune::Fem::XDRFileInStream::~XDRFileInStream |
( |
| ) |
|
|
inline |
template<class Interface, class Implementation>
|
inlinestaticprotectedinherited |
template<class Interface, class Implementation>
|
inlinestaticprotectedinherited |
template<class Interface, class Implementation>
template<class Interface, class Implementation>
read a bool from the stream
- Parameters
-
[out] | value | reference to the variable to read from the stream |
read a bool from the stream
- Returns
- a bool read from the stream
read a char from the stream
- Parameters
-
[out] | value | reference to the variable to read from the stream |
read a char from the stream
- Returns
- a char read from the stream
read a double from the stream
- Parameters
-
[out] | value | reference to the variable to read from the stream |
read a double from the stream
- Returns
- a double read from the stream
read a float from the stream
- Parameters
-
[out] | value | reference to the variable to read from the stream |
read a double from the stream
- Returns
- a double read from the stream
read an int from the stream
- Parameters
-
[out] | value | reference to the variable to read from the stream |
read an int from the stream
- Returns
- an int read from the stream
read a string from the stream
- Parameters
-
[out] | s | reference to the string to read from the stream |
read an unsigned int from the stream
- Parameters
-
[out] | value | reference to the variable to read from the stream |
read an unsigned int from the stream
- Returns
- an unsigned int read from the stream
read an uint64_t from the stream
- Parameters
-
[out] | value | reference to the variable to read from the stream |
read an uint64_t from the stream
- Returns
- an uint64_t read from the stream
FILE* Dune::Fem::XDRFileInStream::file_ |
|
protected |
The documentation for this class was generated from the following file: