#include <IDataStream.h>
|
| virtual | ~IDataStream ()=default |
| |
| virtual std::string | acquireName () const |
| | Access to the stream's name. This method is not meant to be used in a high performance context, unless otherwise stated by the overridder. Stream name is not always available.
|
| |
| virtual | operator bool () const =0 |
| | Whether the stream is in a non-erroneous state.
|
| |
◆ ~IDataStream()
| virtual ph::IDataStream::~IDataStream |
( |
| ) |
|
|
virtualdefault |
◆ acquireName()
| std::string ph::IDataStream::acquireName |
( |
| ) |
const |
|
inlinevirtual |
◆ operator bool()
| virtual ph::IDataStream::operator bool |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: