#include <dune/fem/io/streams/virtualstreams.hh>
◆ OutStreamInterfaceType
◆ OutStreamType
type of the implementation (Barton-Nackman)
◆ Traits
◆ VirtualOutStream()
Dune::Fem::VirtualOutStream::VirtualOutStream |
( |
const ThisType & |
other | ) |
|
|
inline |
◆ ~VirtualOutStream()
virtual Dune::Fem::VirtualOutStream::~VirtualOutStream |
( |
| ) |
|
|
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 |
◆ flush()
void Dune::Fem::VirtualOutStream::flush |
( |
| ) |
|
|
inline |
◆ writeBool()
write a bool to the stream
- Parameters
-
[in] | value | value to write to the stream |
◆ writeChar()
write a char to the stream
- Parameters
-
[in] | value | value to write to the stream |
◆ writeDouble()
void Dune::Fem::VirtualOutStream::writeDouble |
( |
double |
value | ) |
|
|
inline |
◆ writeError()
◆ writeFloat()
void Dune::Fem::VirtualOutStream::writeFloat |
( |
float |
value | ) |
|
|
inline |
◆ writeInt()
void Dune::Fem::VirtualOutStream::writeInt |
( |
int |
value | ) |
|
|
inline |
◆ writeString() [1/2]
void Dune::Fem::VirtualOutStream::writeString |
( |
const std ::string & |
s | ) |
|
|
inline |
◆ writeString() [2/2]
write a string to the stream
- Parameters
-
[in] | s | string to write to the stream |
◆ writeUnsignedInt()
void Dune::Fem::VirtualOutStream::writeUnsignedInt |
( |
unsigned int |
value | ) |
|
|
inline |
◆ writeUnsignedInt64() [1/2]
write an uint64_t to the stream
- Parameters
-
[in] | value | value to write to the stream |
◆ writeUnsignedInt64() [2/2]
void Dune::Fem::VirtualOutStream::writeUnsignedInt64 |
( |
unsigned int |
value | ) |
|
|
inline |
◆ operator<<()
write a discrete function into an output stream
- Parameters
-
[in] | out | stream to write to |
[in] | df | discrete function to write |
- Returns
- the output stream (for concatenation)
The documentation for this class was generated from the following file: