FLAC  1.3.0
Public Member Functions | Protected Member Functions | Protected Attributes | Friends
FLAC::Metadata::SeekTable Class Reference

#include <metadata.h>

Inheritance diagram for FLAC::Metadata::SeekTable:
FLAC::Metadata::Prototype

List of all members.

Public Member Functions

 SeekTable (::FLAC__StreamMetadata *object, bool copy)
SeekTableassign (::FLAC__StreamMetadata *object, bool copy)
unsigned get_num_points () const
::FLAC__StreamMetadata_SeekPoint get_point (unsigned index) const
bool resize_points (unsigned new_num_points)
void set_point (unsigned index, const ::FLAC__StreamMetadata_SeekPoint &point)
bool insert_point (unsigned index, const ::FLAC__StreamMetadata_SeekPoint &point)
bool delete_point (unsigned index)
bool is_legal () const
bool template_append_placeholders (unsigned num)
bool template_append_point (FLAC__uint64 sample_number)
bool template_append_points (FLAC__uint64 sample_numbers[], unsigned num)
bool template_append_spaced_points (unsigned num, FLAC__uint64 total_samples)
bool template_append_spaced_points_by_samples (unsigned samples, FLAC__uint64 total_samples)
bool template_sort (bool compact)
bool is_valid () const
bool get_is_last () const
::FLAC__MetadataType get_type () const
unsigned get_length () const
void set_is_last (bool)
 operator const ::FLAC__StreamMetadata * () const
 SeekTable (const SeekTable &object)
 SeekTable (const ::FLAC__StreamMetadata &object)
 SeekTable (const ::FLAC__StreamMetadata *object)
SeekTableoperator= (const SeekTable &object)
SeekTableoperator= (const ::FLAC__StreamMetadata &object)
SeekTableoperator= (const ::FLAC__StreamMetadata *object)
bool operator== (const SeekTable &object) const
bool operator== (const ::FLAC__StreamMetadata &object) const
bool operator== (const ::FLAC__StreamMetadata *object) const
bool operator!= (const SeekTable &object) const
bool operator!= (const ::FLAC__StreamMetadata &object) const
bool operator!= (const ::FLAC__StreamMetadata *object) const
bool operator== (const Prototype &) const
bool operator!= (const Prototype &) const

Protected Member Functions

Prototypeassign_object (::FLAC__StreamMetadata *object, bool copy)
virtual void clear ()

Protected Attributes

::FLAC__StreamMetadataobject_

Friends

class SimpleIterator
class Iterator

Detailed Description

SEEKTABLE metadata block. See the overview for more, and the format specification.


Constructor & Destructor Documentation

FLAC::Metadata::SeekTable::SeekTable ( const SeekTable object) [inline]

Constructs a copy of the given object. This form always performs a deep copy.

FLAC::Metadata::SeekTable::SeekTable ( const ::FLAC__StreamMetadata object) [inline]

Constructs a copy of the given object. This form always performs a deep copy.

FLAC::Metadata::SeekTable::SeekTable ( const ::FLAC__StreamMetadata object) [inline]

Constructs a copy of the given object. This form always performs a deep copy.

FLAC::Metadata::SeekTable::SeekTable ( ::FLAC__StreamMetadata object,
bool  copy 
) [inline]

Constructs an object with copy control. See Prototype(::FLAC__StreamMetadata *object, bool copy).


Member Function Documentation

SeekTable& FLAC::Metadata::SeekTable::operator= ( const SeekTable object) [inline]

Assign from another object. Always performs a deep copy.

References FLAC::Metadata::Prototype::operator=().

SeekTable& FLAC::Metadata::SeekTable::operator= ( const ::FLAC__StreamMetadata object) [inline]

Assign from another object. Always performs a deep copy.

Reimplemented from FLAC::Metadata::Prototype.

References FLAC::Metadata::Prototype::operator=().

SeekTable& FLAC::Metadata::SeekTable::operator= ( const ::FLAC__StreamMetadata object) [inline]

Assign from another object. Always performs a deep copy.

Reimplemented from FLAC::Metadata::Prototype.

References FLAC::Metadata::Prototype::operator=().

SeekTable& FLAC::Metadata::SeekTable::assign ( ::FLAC__StreamMetadata object,
bool  copy 
) [inline]
bool FLAC::Metadata::SeekTable::operator== ( const SeekTable object) const [inline]

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

References FLAC::Metadata::Prototype::operator==().

bool FLAC::Metadata::SeekTable::operator== ( const ::FLAC__StreamMetadata object) const [inline]

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

Reimplemented from FLAC::Metadata::Prototype.

References FLAC::Metadata::Prototype::operator==().

bool FLAC::Metadata::SeekTable::operator== ( const ::FLAC__StreamMetadata object) const [inline]

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

Reimplemented from FLAC::Metadata::Prototype.

References FLAC::Metadata::Prototype::operator==().

bool FLAC::Metadata::SeekTable::operator!= ( const SeekTable object) const [inline]

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

References FLAC::Metadata::Prototype::operator!=().

bool FLAC::Metadata::SeekTable::operator!= ( const ::FLAC__StreamMetadata object) const [inline]

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

Reimplemented from FLAC::Metadata::Prototype.

References FLAC::Metadata::Prototype::operator!=().

bool FLAC::Metadata::SeekTable::operator!= ( const ::FLAC__StreamMetadata object) const [inline]

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

Reimplemented from FLAC::Metadata::Prototype.

References FLAC::Metadata::Prototype::operator!=().

bool FLAC::Metadata::SeekTable::resize_points ( unsigned  new_num_points)
void FLAC::Metadata::SeekTable::set_point ( unsigned  index,
const ::FLAC__StreamMetadata_SeekPoint point 
)
bool FLAC::Metadata::SeekTable::insert_point ( unsigned  index,
const ::FLAC__StreamMetadata_SeekPoint point 
)
bool FLAC::Metadata::SeekTable::delete_point ( unsigned  index)
bool FLAC::Metadata::SeekTable::is_legal ( ) const
bool FLAC::Metadata::SeekTable::template_append_placeholders ( unsigned  num)
bool FLAC::Metadata::SeekTable::template_append_point ( FLAC__uint64  sample_number)
bool FLAC::Metadata::SeekTable::template_append_points ( FLAC__uint64  sample_numbers[],
unsigned  num 
)
bool FLAC::Metadata::SeekTable::template_append_spaced_points ( unsigned  num,
FLAC__uint64  total_samples 
)
bool FLAC::Metadata::SeekTable::template_append_spaced_points_by_samples ( unsigned  samples,
FLAC__uint64  total_samples 
)
bool FLAC::Metadata::SeekTable::template_sort ( bool  compact)
Prototype& FLAC::Metadata::Prototype::assign_object ( ::FLAC__StreamMetadata object,
bool  copy 
) [protected, inherited]
virtual void FLAC::Metadata::Prototype::clear ( ) [protected, virtual, inherited]

Deletes the underlying FLAC__StreamMetadata object.

bool FLAC::Metadata::Prototype::get_is_last ( ) const [inherited]

Returns true if this block is the last block in a stream, else false.

Assertions:
::FLAC__MetadataType FLAC::Metadata::Prototype::get_type ( ) const [inherited]

Returns the type of the block.

Assertions:

Reimplemented in FLAC::Metadata::Picture.

unsigned FLAC::Metadata::Prototype::get_length ( ) const [inherited]

Returns the stream length of the metadata block.

Note:
The length does not include the metadata block header, per spec.
Assertions:
void FLAC::Metadata::Prototype::set_is_last ( bool  ) [inherited]

Sets the "is_last" flag for the block. When using the iterators it is not necessary to set this flag; they will do it for you.

Assertions:

The documentation for this class was generated from the following file: