Baigudin Software avatar
EOOS Systems logo
home
ru region
en region

Class «eoos::lib::Stream»

Stream class.

  • eoos::lib::Stream

public: static api::OutStream<char_t>& cerr();

Returns system error output character stream.

Returns:
The system error output character stream.

public: static api::OutStream<char_t>& cout();

Returns system output character stream.

Returns:
The system output character stream.

public: static void reset(Type type);;

Resets the output character stream to default.

Parameters:
type — Stream type.

public: static bool_t set(Type type, api::OutStream<char_t>& stream);

Sets a new output character stream.

Parameters:
type — Stream type.
stream — A new stream to set.

Returns:
True if the output character stream is set.

Back to class list