Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FLAC++/metadata.h: metadata object classes
[FLAC++/metadata.h: metadata interfaces]


Detailed Description

This module contains classes representing FLAC metadata blocks in memory.

The behavior closely mimics the C layer interface; be sure to read the detailed description of the C metadata object module .

Any time a metadata object is constructed or assigned, you should check is_valid() to make sure the underlying FLAC__StreamMetadata object was able to be created.

Warning:
When the get_*() methods of any metadata object method return you a const pointer, DO NOT disobey and write into it. Always use the set_*() methods.


Classes

class  Prototype
class  StreamInfo
class  Padding
class  Application
class  SeekTable
class  VorbisComment
class  CueSheet
class  Unknown

[NOHEADER]

bool FLAC::Metadata::Prototype::operator== (const Prototype &) const
bool FLAC::Metadata::Prototype::operator== (const::FLAC__StreamMetadata &) const
bool FLAC::Metadata::Prototype::operator== (const::FLAC__StreamMetadata *) const

[NOHEADER]

bool FLAC::Metadata::Prototype::operator!= (const Prototype &) const
bool FLAC::Metadata::Prototype::operator!= (const::FLAC__StreamMetadata &) const
bool FLAC::Metadata::Prototype::operator!= (const::FLAC__StreamMetadata *) const

Functions

FLACPP_API Prototype * FLAC::Metadata::clone (const Prototype *)
bool FLAC::Metadata::Prototype::is_valid () const


Function Documentation

FLACPP_API Prototype* clone const Prototype *   ) 
 

Create a deep copy of an object and return it.

bool FLAC::Metadata::Prototype::operator== const Prototype  )  const [inline, inherited]
 

Check for equality, performing a deep compare by following pointers.

bool FLAC::Metadata::Prototype::operator== const::FLAC__StreamMetadata &   )  const [inline, inherited]
 

Check for equality, performing a deep compare by following pointers.

Reimplemented in FLAC::Metadata::StreamInfo, FLAC::Metadata::Padding, FLAC::Metadata::Application, FLAC::Metadata::SeekTable, FLAC::Metadata::VorbisComment, FLAC::Metadata::CueSheet, and FLAC::Metadata::Unknown.

bool FLAC::Metadata::Prototype::operator== const::FLAC__StreamMetadata *   )  const [inline, inherited]
 

Check for equality, performing a deep compare by following pointers.

Reimplemented in FLAC::Metadata::StreamInfo, FLAC::Metadata::Padding, FLAC::Metadata::Application, FLAC::Metadata::SeekTable, FLAC::Metadata::VorbisComment, FLAC::Metadata::CueSheet, and FLAC::Metadata::Unknown.

bool FLAC::Metadata::Prototype::operator!= const Prototype  )  const [inline, inherited]
 

Check for inequality, performing a deep compare by following pointers.

bool FLAC::Metadata::Prototype::operator!= const::FLAC__StreamMetadata &   )  const [inline, inherited]
 

Check for inequality, performing a deep compare by following pointers.

Reimplemented in FLAC::Metadata::StreamInfo, FLAC::Metadata::Padding, FLAC::Metadata::Application, FLAC::Metadata::SeekTable, FLAC::Metadata::VorbisComment, FLAC::Metadata::CueSheet, and FLAC::Metadata::Unknown.

bool FLAC::Metadata::Prototype::operator!= const::FLAC__StreamMetadata *   )  const [inline, inherited]
 

Check for inequality, performing a deep compare by following pointers.

Reimplemented in FLAC::Metadata::StreamInfo, FLAC::Metadata::Padding, FLAC::Metadata::Application, FLAC::Metadata::SeekTable, FLAC::Metadata::VorbisComment, FLAC::Metadata::CueSheet, and FLAC::Metadata::Unknown.

bool FLAC::Metadata::Prototype::is_valid  )  const [inline, inherited]
 

Returns true if the object was correctly constructed (i.e. the underlying FLAC__StreamMetadata object was properly allocated), else false.


Generated on Mon Jun 28 13:04:40 2004 for FLAC by doxygen 1.3.6