Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

Interface «eoos::api::OutStream<T>»

Output stream interface.

public: virtual ~OutStream();

Destructor.

public: virtual api::OutStream<T>& flush();

Flushes buffered data to a storage device.

Returns:
This interface.

public: virtual bool_t isConstructed() const;

Tests if this object has been constructed.

Returns:
True if object has been constructed successfully.

public: virtual api::OutStream<T>& operator<<(T const* source);

Writes to an output stream.

Parameters:
source — A source character string to be output.

Returns:
This interface.

Back to class list