DUNE-FEM (unstable)
asciistreams.hh
input stream reading from an STL input stream using ASCII decoding
Definition: asciistreams.hh:193
void readBool(bool &value)
read a bool from the stream
Definition: asciistreams.hh:275
ASCIIInStreamTraits Traits
type of the traits
Definition: asciistreams.hh:199
void readChar(char &value)
read a char from the stream
Definition: asciistreams.hh:267
void readInt(int &value)
read an int from the stream
Definition: asciistreams.hh:251
void readUnsignedInt(unsigned int &value)
read an unsigned int from the stream
Definition: asciistreams.hh:304
ASCIIInStream(const std::string &filename)
constructor
Definition: asciistreams.hh:222
void readUnsignedInt64(uint64_t &value)
read an uint64_t from the stream
Definition: asciistreams.hh:312
void readDouble(double &value)
read a double from the stream
Definition: asciistreams.hh:235
void readString(std::string &s)
read a string from the stream
Definition: asciistreams.hh:293
ASCIIInStream(std::istream &stream)
constructor
Definition: asciistreams.hh:213
void readFloat(float &value)
read a float from the stream
Definition: asciistreams.hh:243
void readSignedInt64(int64_t &value)
read an int64_t from the stream
Definition: asciistreams.hh:259
output stream writing into an STL output stream using ASCII encoding
Definition: asciistreams.hh:36
void writeUnsignedInt(unsigned int value)
write an unsigned int to the stream
Definition: asciistreams.hh:151
void writeSignedInt64(int64_t value)
write an int64_t to the stream
Definition: asciistreams.hh:112
void writeString(const std::string &s)
write a string to the stream
Definition: asciistreams.hh:139
void writeChar(const char value)
write a char to the stream
Definition: asciistreams.hh:120
void writeInt(const int value)
write an int to the stream
Definition: asciistreams.hh:104
ASCIIOutStream(std::ostream &stream)
constructor
Definition: asciistreams.hh:56
ASCIIOutStreamTraits Traits
type of the traits
Definition: asciistreams.hh:42
ASCIIOutStream(const std::string &filename)
constructor
Definition: asciistreams.hh:65
void writeDouble(const double value)
write a double to the stream
Definition: asciistreams.hh:84
void writeFloat(const float value)
write a float to the stream
Definition: asciistreams.hh:94
void writeBool(const bool value)
write a char to the stream
Definition: asciistreams.hh:128
void writeUnsignedInt64(uint64_t value)
write an uint64_t to the stream
Definition: asciistreams.hh:159
int readInt()
read an int from the stream
Definition: streams.hh:261
STL namespace.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 13, 23:29, 2024)