#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/io/streams/virtualstreams.hh>
type of the implementation (Barton-Nackman)
Dune::Fem::VirtualOutStream::VirtualOutStream |
( |
const ThisType & |
other | ) |
|
|
inline |
virtual Dune::Fem::VirtualOutStream::~VirtualOutStream |
( |
| ) |
|
|
inlinevirtual |
template<class Interface, class Implementation>
|
inlinestaticprotectedinherited |
template<class Interface, class Implementation>
|
inlinestaticprotectedinherited |
template<class Interface, class Implementation>
template<class Interface, class Implementation>
void Dune::Fem::VirtualOutStream::flush |
( |
| ) |
|
|
inline |
write a bool to the stream
- Parameters
-
[in] | value | value to write to the stream |
write a char to the stream
- Parameters
-
[in] | value | value to write to the stream |
void Dune::Fem::VirtualOutStream::writeDouble |
( |
double |
value | ) |
|
|
inline |
void Dune::Fem::VirtualOutStream::writeFloat |
( |
float |
value | ) |
|
|
inline |
void Dune::Fem::VirtualOutStream::writeInt |
( |
int |
value | ) |
|
|
inline |
void Dune::Fem::VirtualOutStream::writeString |
( |
const std::string & |
s | ) |
|
|
inline |
void Dune::Fem::VirtualOutStream::writeUnsignedInt |
( |
unsigned int |
value | ) |
|
|
inline |
void Dune::Fem::VirtualOutStream::writeUnsignedInt64 |
( |
unsigned int |
value | ) |
|
|
inline |
write an uint64_t to the stream
- Parameters
-
[in] | value | value to write to the stream |
The documentation for this class was generated from the following file: