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

| Public Methods | |
| VorbisComment () | |
| VorbisComment (::FLAC__StreamMetadata *object, bool copy) | |
| ~VorbisComment () | |
| VorbisComment & | assign (::FLAC__StreamMetadata *object, bool copy) | 
| 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) | 
| See FLAC__metadata_object_vorbiscomment_set_vendor_string(). | |
| bool | set_comment (unsigned index, const Entry &entry) | 
| See FLAC__metadata_object_vorbiscomment_set_comment(). | |
| bool | insert_comment (unsigned index, const Entry &entry) | 
| See FLAC__metadata_object_vorbiscomment_insert_comment(). | |
| bool | append_comment (const Entry &entry) | 
| See FLAC__metadata_object_vorbiscomment_append_comment(). | |
| bool | delete_comment (unsigned index) | 
| See FLAC__metadata_object_vorbiscomment_delete_comment(). | |
| VorbisComment (const VorbisComment &object) | |
| VorbisComment (const::FLAC__StreamMetadata &object) | |
| VorbisComment (const::FLAC__StreamMetadata *object) | |
| VorbisComment & | operator= (const VorbisComment &object) | 
| VorbisComment & | operator= (const::FLAC__StreamMetadata &object) | 
| VorbisComment & | operator= (const::FLAC__StreamMetadata *object) | 
| 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 | 
| 
 | 
| 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. See Prototype(::FLAC__StreamMetadata *object, bool copy). | 
| 
 | 
| Assign from another object. Always performs a deep copy. | 
| 
 | 
| Assign from another object. Always performs a deep copy. Reimplemented from FLAC::Metadata::Prototype. | 
| 
 | 
| Assign from another object. Always performs a deep copy. Reimplemented from FLAC::Metadata::Prototype. | 
| 
 | ||||||||||||
| 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 equality, performing a deep compare by following pointers. Reimplemented from FLAC::Metadata::Prototype. | 
| 
 | 
| Check for equality, performing a deep compare by following pointers. Reimplemented from FLAC::Metadata::Prototype. | 
| 
 | 
| Check for inequality, performing a deep compare by following pointers. | 
| 
 | 
| Check for inequality, performing a deep compare by following pointers. Reimplemented from FLAC::Metadata::Prototype. | 
| 
 | 
| Check for inequality, performing a deep compare by following pointers. Reimplemented from FLAC::Metadata::Prototype. | 
 1.2.14 written by Dimitri van Heesch,
 © 1997-2002
1.2.14 written by Dimitri van Heesch,
 © 1997-2002