#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/io/streams/virtualstreams.hh>
type of the implementation (Barton-Nackman)
Dune::Fem::VirtualInStream::VirtualInStream |
( |
const ThisType & |
other | ) |
|
|
inline |
virtual Dune::Fem::VirtualInStream::~VirtualInStream |
( |
| ) |
|
|
inlinevirtual |
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
- Returns
- a double read from the stream
void Dune::Fem::VirtualInStream::readDouble |
( |
double & |
value | ) |
|
|
inline |
void Dune::Fem::VirtualInStream::readFloat |
( |
float & |
value | ) |
|
|
inline |
read a double from the stream
- Returns
- a double read from the stream
void Dune::Fem::VirtualInStream::readInt |
( |
int & |
value | ) |
|
|
inline |
read an int from the stream
- Returns
- an int read from the stream
void Dune::Fem::VirtualInStream::readString |
( |
std::string & |
s | ) |
|
|
inline |
void Dune::Fem::VirtualInStream::readUnsignedInt |
( |
unsigned int & |
value | ) |
|
|
inline |
read an unsigned int from the stream
- Returns
- an unsigned int read from the stream
void Dune::Fem::VirtualInStream::readUnsignedInt64 |
( |
uint64_t & |
value | ) |
|
|
inline |
read an uint64_t from the stream
- Returns
- an uint64_t read from the stream
The documentation for this class was generated from the following file: