#include <metadata.h>
Public Methods | |
Iterator () | |
virtual | ~Iterator () |
bool | is_valid () const |
void | init (Chain &chain) |
bool | next () |
bool | prev () |
::FLAC__MetadataType | get_block_type () const |
Prototype * | get_block () |
bool | set_block (Prototype *block) |
bool | delete_block (bool replace_with_padding) |
bool | insert_block_before (Prototype *block) |
bool | insert_block_after (Prototype *block) |
Protected Methods | |
virtual void | clear () |
Protected Attributes | |
::FLAC__Metadata_Iterator * | iterator_ |