ardour
Public Member Functions | Public Attributes | List of all members
ARDOUR::MusicRange Struct Reference

#include <types.h>

Public Member Functions

 MusicRange (Timecode::BBT_Time &s, Timecode::BBT_Time &e, uint32_t i)
 
bool operator== (const MusicRange &other) const
 
bool equal (const MusicRange &other) const
 

Public Attributes

Timecode::BBT_Time start
 
Timecode::BBT_Time end
 
uint32_t id
 

Detailed Description

Definition at line 310 of file types.h.

Constructor & Destructor Documentation

ARDOUR::MusicRange::MusicRange ( Timecode::BBT_Time &  s,
Timecode::BBT_Time &  e,
uint32_t  i 
)
inline

Definition at line 315 of file types.h.

Member Function Documentation

bool ARDOUR::MusicRange::equal ( const MusicRange other) const
inline

Definition at line 322 of file types.h.

bool ARDOUR::MusicRange::operator== ( const MusicRange other) const
inline

Definition at line 318 of file types.h.

Member Data Documentation

Timecode::BBT_Time ARDOUR::MusicRange::end

Definition at line 312 of file types.h.

uint32_t ARDOUR::MusicRange::id

Definition at line 313 of file types.h.

Timecode::BBT_Time ARDOUR::MusicRange::start

Definition at line 311 of file types.h.


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