|
typedef void *(* | create_item_reader_func_t) (const char *, int) |
|
typedef int(* | reset_for_read_func_t) (void *) |
|
typedef int(* | read_item_data_func_t) (void *, char *, int *) |
|
typedef int(* | close_item_reader_func_t) (void *) |
|
typedef uint64_t(* | get_item_number_func_t) (void *) |
|
typedef int(* | get_sample_data_func_t) (void *, char *, int *) |
|
typedef int(* | get_data_format_func_t) (void *, char *, int *) |
|
|
template<typename T > |
T | get_func_with_name (const std::string &name) |
|
template<typename T > |
T | get_opt_func_with_name (const std::string &name) |
|
|
const std::string | m_plugin_path |
|
const std::string | m_extra_param |
|
void * | m_handle |
|
void * | m_lib_handle |
|
create_item_reader_func_t | m_create_item_reader |
|
reset_for_read_func_t | m_reset_for_read |
|
read_item_data_func_t | m_read_item_data |
|
close_item_reader_func_t | m_close_item_reader |
|
get_item_number_func_t | m_get_item_number |
|
get_sample_data_func_t | m_get_sample_data |
|
get_data_format_func_t | m_get_data_format |
|
The documentation for this class was generated from the following files: