FLAC  1.3.1
Classes
FLAC++/metadata.h: metadata level 1 interface

Classes

class  FLAC::Metadata::SimpleIterator
 
class  FLAC::Metadata::SimpleIterator::Status
 

Detailed Description

Level 1 metadata iterator.

The flow through the iterator in the C++ layer is similar to the C layer:

The ownership of pointers in the C++ layer follows that in the C layer, i.e.

See the C layer equivalent for more.