constructor
More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/io/streams/binarystreams.hh>
constructor
- Parameters
-
[in] | stream | std::ostream to write to |
type of the implementation (Barton-Nackman)
Dune::Fem::BinaryFileOutStream::BinaryFileOutStream |
( |
const std::string & |
filename | ) |
|
|
inlineexplicit |
constructor
- Parameters
-
[in] | filename | name of a file to write to |
Dune::Fem::BinaryFileOutStream::~BinaryFileOutStream |
( |
| ) |
|
|
inline |
destructor deleteing file stream
References file_.
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::StandardOutStream::flush |
( |
| ) |
|
|
inlineinherited |
std::ostream& Dune::Fem::BinaryFileOutStream::openFile |
( |
const std::string & |
filename | ) |
|
|
inlineprotected |
std::ostream& Dune::Fem::StandardOutStream::stream |
( |
| ) |
|
|
inlineinherited |
bool Dune::Fem::StandardOutStream::valid |
( |
| ) |
const |
|
inlineprotectedinherited |
void Dune::Fem::StandardOutStream::writeBool |
( |
const bool |
value | ) |
|
|
inlineinherited |
write a char to the stream
- Parameters
-
[in] | value | value to write to the stream |
void Dune::Fem::StandardOutStream::writeChar |
( |
const char |
value | ) |
|
|
inlineinherited |
write a char to the stream
- Parameters
-
[in] | value | value to write to the stream |
void Dune::Fem::StandardOutStream::writeDouble |
( |
const double |
value | ) |
|
|
inlineinherited |
write a double to the stream
- Parameters
-
[in] | value | value to write to the stream |
void Dune::Fem::StandardOutStream::writeFloat |
( |
const float |
value | ) |
|
|
inlineinherited |
write a float to the stream
- Parameters
-
[in] | value | value to write to the stream |
void Dune::Fem::StandardOutStream::writeInt |
( |
const int |
value | ) |
|
|
inlineinherited |
write an int to the stream
- Parameters
-
[in] | value | value to write to the stream |
template<class T >
void Dune::Fem::StandardOutStream::writePrimitive |
( |
const T & |
value | ) |
|
|
inlineprotectedinherited |
void Dune::Fem::StandardOutStream::writeString |
( |
const std::string & |
s | ) |
|
|
inlineinherited |
write a string to the stream
- Parameters
-
[in] | s | string to write to the stream |
void Dune::Fem::StandardOutStream::writeUnsignedInt |
( |
unsigned int |
value | ) |
|
|
inlineinherited |
write an unsigned int to the stream
- Parameters
-
[in] | value | value to write to the stream |
void Dune::Fem::StandardOutStream::writeUnsignedInt64 |
( |
uint64_t |
value | ) |
|
|
inlineinherited |
write an uint64_t to the stream
- Parameters
-
[in] | value | value to write to the stream |
std::ofstream* Dune::Fem::BinaryFileOutStream::file_ |
|
protected |
std::ostream& Dune::Fem::StandardOutStream::stream_ |
|
protectedinherited |
The documentation for this class was generated from the following file: