Represents the position in a data stream. More...
Public Member Functions | |
virtual bool | is_valid () const =0 |
Indicates whether the stream position is valid. More... | |
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, IInterface > | Self |
Own type. More... | |
typedef Uuid_t< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11 > | IID |
Declares the interface ID (IID) of this interface. More... | |
![]() | |
static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
Represents the position in a data stream.
|
pure virtual |
Indicates whether the stream position is valid.
true
, if the stream position is valid and can be used with mi::neuraylib::IReader_writer_base::seek_position(), and false
otherwise.