foobar2000 SDK
2015-08-03
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
foobar2000
helpers
Functions
cuesheet_index_list.cpp File Reference
Go to the source code of this file.
Functions
static bool
parse_value
(const char *p_name, double &p_out)
Function Documentation
static bool parse_value
(
const char *
p_name
,
double &
p_out
)
static
Definition at line
43
of file
cuesheet_index_list.cpp
.
44
{
45
if
(p_name == NULL)
return
false
;
46
try
{
47
p_out =
cuesheet_parse_index_time_e
(p_name,strlen(p_name));
48
}
catch
(
std::exception
const
&) {
return
false
;}
49
return
true
;
50
}
pfc::exception
std::exception exception
Definition:
primitives.h:193
cuesheet_parse_index_time_e
double cuesheet_parse_index_time_e(const char *p_string, t_size p_length)
Definition:
chapterizer.cpp:43
Generated by
1.8.11