|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
standardstreams.hh
Go to the documentation of this file.
int size() const
#define DUNE_THROW(E,...)
Definition standardstreams.hh:21
static size_t map(const size_t pos, const size_t size)
Definition standardstreams.hh:32
Definition standardstreams.hh:44
StandardOutStream OutStreamType
Definition standardstreams.hh:45
output stream writing into a given std::ostream
Definition standardstreams.hh:61
void writeSignedInt64(int64_t value)
write an int64_t to the stream
Definition standardstreams.hh:112
void writeUnsignedInt(unsigned int value)
write an unsigned int to the stream
Definition standardstreams.hh:139
void writeString(const std::string &s)
write a string to the stream
Definition standardstreams.hh:130
void writeFloat(const float value)
write a float to the stream
Definition standardstreams.hh:100
void writeChar(const char value)
write a char to the stream
Definition standardstreams.hh:118
void writeDouble(const double value)
write a double to the stream
Definition standardstreams.hh:94
void writePrimitive(const T &value)
Definition standardstreams.hh:157
void writeBool(const bool value)
write a bool to the stream
Definition standardstreams.hh:124
void writeUnsignedInt64(uint64_t value)
write an uint64_t to the stream
Definition standardstreams.hh:145
StandardOutStreamTraits Traits
type of the traits
Definition standardstreams.hh:67
void writeInt(const int value)
write an int to the stream
Definition standardstreams.hh:106
StandardOutStream(std::ostream &stream)
constructor
Definition standardstreams.hh:77
Definition standardstreams.hh:184
StandardInStream InStreamType
Definition standardstreams.hh:185
input stream reading from a given std::istream
Definition standardstreams.hh:202
void readUnsignedInt(unsigned int &value)
read an unsigned int from the stream
Definition standardstreams.hh:279
void readDouble(double &value)
read a double from the stream
Definition standardstreams.hh:229
void readInt(int &value)
read an int from the stream
Definition standardstreams.hh:241
void readFloat(float &value)
read a float from the stream
Definition standardstreams.hh:235
void readChar(char &value)
read a char from the stream
Definition standardstreams.hh:253
void readPrimitive(T &value)
Definition standardstreams.hh:297
StandardInStreamTraits Traits
type of the traits
Definition standardstreams.hh:208
StandardInStream(std::istream &stream)
constructor
Definition standardstreams.hh:218
void readString(std::string &s)
read a string from the stream
Definition standardstreams.hh:265
void readUnsignedInt64(uint64_t &value)
read an uint64_t from the stream
Definition standardstreams.hh:285
void readSignedInt64(int64_t &value)
read an int64_t from the stream
Definition standardstreams.hh:247
void readBool(bool &value)
read a bool from the stream
Definition standardstreams.hh:259
void writeError() const
Definition streams.hh:158
void readError() const
Definition streams.hh:379
T eof(T... args)
T flush(T... args)
T get(T... args)
T good(T... args)
T put(T... args)
T resize(T... args)
T length(T... args)
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8