#include <dune/fem/io/streams/virtualstreams.hh>
◆ InStreamInterfaceType
◆ InStreamType
type of the implementation (Barton-Nackman)
◆ Traits
◆ VirtualInStream()
Dune::Fem::VirtualInStream::VirtualInStream |
( |
const ThisType & |
other | ) |
|
|
inline |
◆ ~VirtualInStream()
virtual Dune::Fem::VirtualInStream::~VirtualInStream |
( |
| ) |
|
|
inlinevirtual |
◆ asImp() [1/6]
◆ asImp() [2/6]
◆ asImp() [3/6]
|
inlinestaticprotectedinherited |
◆ asImp() [4/6]
template<class Interface , class Implementation >
|
inlinestaticprotectedinherited |
◆ asImp() [5/6]
|
inlinestaticprotectedinherited |
◆ asImp() [6/6]
template<class Interface , class Implementation >
|
inlinestaticprotectedinherited |
◆ readBool() [1/2]
read a bool from the stream
- Returns
- a bool read from the stream
◆ readBool() [2/2]
read a bool from the stream
- Parameters
-
[out] | value | reference to the variable to read from the stream |
◆ readChar() [1/2]
read a char from the stream
- Returns
- a char read from the stream
◆ readChar() [2/2]
read a char from the stream
- Parameters
-
[out] | value | reference to the variable to read from the stream |
◆ readDouble() [1/2]
read a double from the stream
- Returns
- a double read from the stream
◆ readDouble() [2/2]
void Dune::Fem::VirtualInStream::readDouble |
( |
double & |
value | ) |
|
|
inline |
◆ readError()
◆ readFloat() [1/2]
read a double from the stream
- Returns
- a double read from the stream
◆ readFloat() [2/2]
void Dune::Fem::VirtualInStream::readFloat |
( |
float & |
value | ) |
|
|
inline |
◆ readInt() [1/2]
read an int from the stream
- Returns
- an int read from the stream
◆ readInt() [2/2]
void Dune::Fem::VirtualInStream::readInt |
( |
int & |
value | ) |
|
|
inline |
◆ readString() [1/2]
void Dune::Fem::VirtualInStream::readString |
( |
std ::string & |
s | ) |
|
|
inline |
◆ readString() [2/2]
read a string from the stream
- Parameters
-
[out] | s | reference to the string to read from the stream |
◆ readUnsignedInt() [1/2]
read an unsigned int from the stream
- Returns
- an unsigned int read from the stream
◆ readUnsignedInt() [2/2]
void Dune::Fem::VirtualInStream::readUnsignedInt |
( |
unsigned int & |
value | ) |
|
|
inline |
◆ readUnsignedInt64() [1/2]
read an uint64_t from the stream
- Returns
- an uint64_t read from the stream
◆ readUnsignedInt64() [2/2]
void Dune::Fem::VirtualInStream::readUnsignedInt64 |
( |
uint64_t & |
value | ) |
|
|
inline |
◆ operator>>()
read a discrete function from an input stream
- Parameters
-
[in] | in | stream to read from |
[out] | df | discrete function to read |
- Returns
- the input stream (for concatenation)
The documentation for this class was generated from the following file: