#include <metadata.h>
Inheritance diagram for FLAC::Metadata::Prototype:
Public Member Functions | |
virtual | ~Prototype () |
bool | operator== (const Prototype &) const |
bool | operator== (const ::FLAC__StreamMetadata &) const |
bool | operator== (const ::FLAC__StreamMetadata *) const |
bool | operator!= (const Prototype &) const |
bool | operator!= (const ::FLAC__StreamMetadata &) const |
bool | operator!= (const ::FLAC__StreamMetadata *) const |
bool | is_valid () const |
bool | get_is_last () const |
::FLAC__MetadataType | get_type () const |
unsigned | get_length () const |
void | set_is_last (bool) |
operator const ::FLAC__StreamMetadata * () const | |
Protected Member Functions | |
Prototype (const Prototype &) | |
Prototype (const ::FLAC__StreamMetadata &) | |
Prototype (const ::FLAC__StreamMetadata *) | |
Prototype (::FLAC__StreamMetadata *object, bool copy) | |
Prototype & | operator= (const Prototype &) |
Prototype & | operator= (const ::FLAC__StreamMetadata &) |
Prototype & | operator= (const ::FLAC__StreamMetadata *) |
Prototype & | assign_object (::FLAC__StreamMetadata *object, bool copy) |
virtual void | clear () |
Protected Attributes | |
::FLAC__StreamMetadata * | object_ |
Friends | |
class | SimpleIterator |
class | Iterator |
|
Constructs a copy of the given object. This form always performs a deep copy. |
|
Constructs an object with copy control. When copy is
|
|
Deletes the underlying FLAC__StreamMetadata object. |
|
Assign from another object. Always performs a deep copy. |
|
Assigns an object with copy control. See Prototype(::FLAC__StreamMetadata *object, bool copy). |
|
Deletes the underlying FLAC__StreamMetadata object. |
|
Returns
|
|
Returns the type of the block.
Reimplemented in FLAC::Metadata::Picture. |
|
Returns the stream length of the metadata block.
|
|
Sets the "is_last" flag for the block. When using the iterators it is not necessary to set this flag; they will do it for you.
|