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

| Public Member Functions | |
| VorbisComment (const VorbisComment &object) | |
| VorbisComment (const ::FLAC__StreamMetadata &object) | |
| VorbisComment (const ::FLAC__StreamMetadata *object) | |
| VorbisComment (::FLAC__StreamMetadata *object, bool copy) | |
| VorbisComment & | operator= (const VorbisComment &object) | 
| VorbisComment & | operator= (const ::FLAC__StreamMetadata &object) | 
| VorbisComment & | operator= (const ::FLAC__StreamMetadata *object) | 
| VorbisComment & | assign (::FLAC__StreamMetadata *object, bool copy) | 
| bool | operator== (const VorbisComment &object) const | 
| bool | operator== (const ::FLAC__StreamMetadata &object) const | 
| bool | operator== (const ::FLAC__StreamMetadata *object) const | 
| bool | operator!= (const VorbisComment &object) const | 
| bool | operator!= (const ::FLAC__StreamMetadata &object) const | 
| bool | operator!= (const ::FLAC__StreamMetadata *object) const | 
| unsigned | get_num_comments () const | 
| const FLAC__byte * | get_vendor_string () const | 
| Entry | get_comment (unsigned index) const | 
| bool | set_vendor_string (const FLAC__byte *string) | 
| bool | set_comment (unsigned index, const Entry &entry) | 
| bool | insert_comment (unsigned index, const Entry &entry) | 
| bool | append_comment (const Entry &entry) | 
| bool | delete_comment (unsigned index) | 
| bool | operator== (const Prototype &) const | 
| bool | operator!= (const Prototype &) 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 & | assign_object (::FLAC__StreamMetadata *object, bool copy) | 
| virtual void | clear () | 
| Protected Attributes | |
| ::FLAC__StreamMetadata * | object_ | 
| Friends | |
| class | SimpleIterator | 
| class | Iterator | 
| Classes | |
| class | Entry | 
| 
 | 
| Constructs a copy of the given object. This form always performs a deep copy. | 
| 
 | ||||||||||||
| Constructs an object with copy control. See Prototype(::FLAC__StreamMetadata *object, bool copy). | 
| 
 | 
| Assign from another object. Always performs a deep copy. | 
| 
 | ||||||||||||
| Assigns an object with copy control. See Prototype::assign_object(::FLAC__StreamMetadata *object, bool copy). | 
| 
 | 
| Check for equality, performing a deep compare by following pointers. | 
| 
 | 
| Check for inequality, performing a deep compare by following pointers. | 
| 
 | 
| See FLAC__metadata_object_vorbiscomment_set_vendor_string(). 
 | 
| 
 | ||||||||||||
| See FLAC__metadata_object_vorbiscomment_set_comment(). 
 | 
| 
 | ||||||||||||
| See FLAC__metadata_object_vorbiscomment_insert_comment(). 
 | 
| 
 | 
| See FLAC__metadata_object_vorbiscomment_append_comment(). 
 | 
| 
 | 
| See FLAC__metadata_object_vorbiscomment_delete_comment(). 
 | 
| 
 | ||||||||||||
| 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. 
 
 |