#include <cuesheet_index_list.h>
Definition at line 1 of file cuesheet_index_list.h.
t_cuesheet_index_list::t_cuesheet_index_list |
( |
| ) |
|
|
inline |
bool t_cuesheet_index_list::from_infos |
( |
file_info const & |
p_in, |
|
|
double |
p_base |
|
) |
| |
Definition at line 52 of file cuesheet_index_list.cpp.
60 for(
unsigned n=2;n<
count;n++)
63 sprintf_s(namebuffer,
"index %02u",n);
static bool parse_value(const char *p_name, double &p_out)
double m_positions[count]
bool t_cuesheet_index_list::is_empty |
( |
| ) |
const |
bool t_cuesheet_index_list::is_valid |
( |
| ) |
const |
double t_cuesheet_index_list::pregap |
( |
| ) |
const |
|
inline |
void t_cuesheet_index_list::reset |
( |
| ) |
|
|
inline |
double t_cuesheet_index_list::start |
( |
| ) |
const |
|
inline |
void t_cuesheet_index_list::to_infos |
( |
file_info & |
p_out | ) |
const |
Definition at line 15 of file cuesheet_index_list.cpp.
31 for(
unsigned n=2;n<
count;n++)
34 sprintf_s(namebuffer,
"index %02u",n);
bool info_remove(const char *p_name)
t_size info_set(const char *p_name, const char *p_value)
double m_positions[count]
double t_cuesheet_index_list::m_positions[count] |
The documentation for this struct was generated from the following files: