|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
asciistreams.hh
Go to the documentation of this file.
STL namespace.
Definition asciistreams.hh:19
ASCIIOutStream OutStreamType
Definition asciistreams.hh:20
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
Definition asciistreams.hh:176
ASCIIInStream InStreamType
Definition asciistreams.hh:177
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
void writeError() const
Definition streams.hh:158
void readError() const
Definition streams.hh:379
int readInt()
read an int from the stream
Definition streams.hh:261
T endl(T... args)
T eof(T... args)
T flush(T... args)
T get(T... args)
T good(T... args)
T precision(T... args)
T put(T... args)
T setf(T... args)
T length(T... args)
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8