DUNE-FEM (unstable)
standardstreams.hh
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
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
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 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
constexpr std::integral_constant< std::size_t, sizeof...(II)> size(std::integer_sequence< T, II... >)
Return the size of the sequence.
Definition: integersequence.hh:75
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 13, 23:29, 2024)