#include <metadata.h>
Inheritance diagram for FLAC::Metadata::Prototype:

| Public Methods | |
| virtual | ~Prototype () | 
| 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 | |
| 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 | 
| Protected Methods | |
| Prototype (::FLAC__StreamMetadata *object, bool copy) | |
| virtual void | clear () | 
| Prototype (const Prototype &) | |
| Prototype (const::FLAC__StreamMetadata &) | |
| Prototype (const::FLAC__StreamMetadata *) | |
| void | operator= (const Prototype &) | 
| void | operator= (const::FLAC__StreamMetadata &) | 
| void | operator= (const::FLAC__StreamMetadata *) | 
| 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 a copy of the given object. This form always performs a deep copy. | 
| 
 | 
| 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. | 
| 
 | 
| Assign from another object. Always performs a deep copy. Reimplemented in FLAC::Metadata::StreamInfo. | 
| 
 | 
| Assign from another object. Always performs a deep copy. Reimplemented in FLAC::Metadata::StreamInfo. | 
| 
 | 
| Deletes the underlying FLAC__StreamMetadata object. | 
| 
 | 
| 
Returns  
 | 
| 
 | 
| Returns the type of the block. 
 | 
| 
 | 
| 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. 
 | 
 1.2.14 written by Dimitri van Heesch,
 © 1997-2002
1.2.14 written by Dimitri van Heesch,
 © 1997-2002