 binary_function | |
  test_utils::TotalSizeOp | |
 tawara::Element | The Element interface, a basic interface to an element object |
  tawara::PrimitiveElement< double > | |
   tawara::FloatElement | Float primitive element |
  tawara::PrimitiveElement< int64_t > | |
   tawara::DateElement | Date primitive element |
   tawara::IntElement | Signed integer primitive element |
  tawara::PrimitiveElement< std::string > | |
   tawara::StringElement | String primitive element |
  tawara::PrimitiveElement< std::vector< char > > | |
   tawara::BinaryElement | Binary primitive element |
    tawara::FileData | The data of an attached file |
  tawara::PrimitiveElement< uint64_t > | |
   tawara::UIntElement | Unsigned integer primitive element |
    tawara::SilentTrackNumber | The track number of a silent track |
  tawara::BlockElement | |
   tawara::BlockGroup | The BlockGroup is the standard block |
   tawara::SimpleBlock | The SimpleBlock element, a simplified version of Blocks |
  tawara::MasterElement | The MasterElement interface |
   tawara::AttachedFile | An attachment is a binary blob attached to a segment |
   tawara::Attachments | The Attachments element stores opaque data attached to a segment |
   tawara::BlockAdditions | This element is used to specify reference blocks |
   tawara::Cluster | The base Cluster, defining the common interface for Cluster element implementations |
    tawara::FileCluster | The in-file Cluster implementation |
    tawara::MemoryCluster | The in-memory Cluster implementation |
   tawara::CuePoint | A CuePoint is an index from a timecode to one or more cluster/block positions |
   tawara::Cues | The Cues element provides a list of indexes into the blocks for specific timecodes |
   tawara::CueTrackPosition | The position in the segment of the data for a single track |
   tawara::EBMLElement | The EBML Header element |
   tawara::SeekElement | The Seek element, which contains a single index point in the SeekHead element |
   tawara::SeekHead | The SeekHead element, used as an index for a Tawara file |
   tawara::Segment | The Segment element |
   tawara::SegmentInfo | The SegmentInfo element, containing the meta-data for a segment |
   tawara::TrackEntry | A track entry provides the meta-data for a single track |
   tawara::TrackOperationBase | Abstract base class for individual track operations |
    tawara::TrackJoinBlocks | JoinBlocks track operation |
   tawara::Tracks | The Tracks element, listing all tracks in the segment |
  tawara::PrimitiveElement< T > | The primitive data element interface |
  tawara::VoidElement | Void primitive element |
 equality_comparable | |
  tawara::PrimitiveElement< double > | |
  tawara::PrimitiveElement< int64_t > | |
  tawara::PrimitiveElement< std::string > | |
  tawara::PrimitiveElement< std::vector< char > > | |
  tawara::PrimitiveElement< uint64_t > | |
  tawara::AttachedFile | An attachment is a binary blob attached to a segment |
  tawara::Attachments | The Attachments element stores opaque data attached to a segment |
  tawara::Block | Block interface |
   tawara::BlockElement | |
   tawara::BlockImpl | Common block functionality implementation |
  tawara::BlockAdditions | This element is used to specify reference blocks |
  tawara::BlockGroup | The BlockGroup is the standard block |
  tawara::BlockImpl | Common block functionality implementation |
  tawara::CuePoint | A CuePoint is an index from a timecode to one or more cluster/block positions |
  tawara::Cues | The Cues element provides a list of indexes into the blocks for specific timecodes |
  tawara::CueTrackPosition | The position in the segment of the data for a single track |
  tawara::PrimitiveElement< T > | The primitive data element interface |
  tawara::SeekHead | The SeekHead element, used as an index for a Tawara file |
  tawara::SimpleBlock | The SimpleBlock element, a simplified version of Blocks |
  tawara::TrackEntry | A track entry provides the meta-data for a single track |
  tawara::TrackJoinBlocks | JoinBlocks track operation |
  tawara::Tracks | The Tracks element, listing all tracks in the segment |
 exception | |
  tawara::TawaraError | Base error type |
   tawara::BadBodySize | A read body size does not match the actual body size in the file |
   tawara::BadDocReadVersion | The required Tawara read version is too high |
   tawara::BadElementLength | A fixed-length element is truncated or lengthened in the file |
   tawara::BadLacedFrameSize | A frame with a bad size was added to a block |
   tawara::BadReadVersion | The required EBML read version is too high |
   tawara::BufferTooSmall | A buffer was too small for the data |
   tawara::DuplicateTimecode | A duplicate timecode was encountered in the cues |
   tawara::DuplicateTrackNumber | A duplicate track number was encountered |
   tawara::DuplicateUID | A UID collision was encountered |
   tawara::EmptyBlock | An empty block was encountered |
   tawara::EmptyBlockAdditionsElement | An empty BlockAdditions element was read or written |
   tawara::EmptyCuePointElement | An empty CuePoint element was read or written |
   tawara::EmptyCuesElement | An empty Cues element was read or written |
   tawara::EmptyFrame | An empty frame was encountered |
   tawara::EmptyTracksElement | An empty Tracks element was read or written |
   tawara::InvalidChildID | A child element was found where it doesn't belong |
   tawara::InvalidEBMLID | An invalid EBML class ID was found |
   tawara::InvalidElementID | An invalid Element ID was provided |
   tawara::InvalidVarInt | An invalid variable-length integer was found |
   tawara::MaxLaceSizeExceeded | The maximum lace size for a block was exceeded |
   tawara::MissingChild | A necessary child element was missing |
   tawara::MultipleSeekHeads | A segment was found with multiple meta-seeks |
   tawara::NoAttachedData | An attached file with no data was read or written |
   tawara::NoAttachments | An attachments element with no attachments was read or written |
   tawara::NoClusters | A segment was found without at least one cluster |
   tawara::NoSegmentInfo | A segment was found without a segment info element |
   tawara::NotEBML | File is not an EBML file |
   tawara::NotImplemented | Something is not supported |
   tawara::NoTracks | A segment was found without a tracks information element |
   tawara::NotTawara | File is not a Tawara file |
   tawara::NotWriting | A segment or cluster was finalised before being started |
   tawara::ReadError | A read error was encountered during a read |
   tawara::SpecSizeTooSmall | A specified size for a variable-length integer is too small |
   tawara::ValueOutOfRange | A child element's value was set outside the allowable range |
   tawara::ValueSizeOutOfRange | A child element's size is below or above the required size |
   tawara::VarIntTooBig | A variable-length integer is too large to be encoded |
   tawara::VoidTooSmall | The requested size of a void element is too small |
   tawara::WriteError | A write error was encountered during a write |
 exception | |
  tawara::TawaraError | Base error type |
 iterator_facade | |
  tawara::FileCluster::IteratorBase< BlockType > | |
  tawara::MemoryCluster::IteratorBase< BlockType, IterType > | |
  tawara::Segment::BlockIteratorBase< ClusterItrType, BlockItrType > | |
  tawara::Segment::ClusterIteratorBase< ClusterType > | |
 noncopyable | |
  tawara::Tawara | The Tawara interface, the interface provided by all Tawara objects |
   tawara::TawaraImpl | Implementation of the Tawara interface |