#include <file_info_impl.h>
Definition at line 28 of file file_info_impl.h.
t_size file_info_impl_utils::info_storage::add_item |
( |
const char * |
p_name, |
|
|
t_size |
p_name_length, |
|
|
const char * |
p_value, |
|
|
t_size |
p_value_length |
|
) |
| |
Definition at line 142 of file file_info_impl.cpp.
145 m_info[index].init(p_name,p_name_length,p_value,p_value_length);
void set_size(t_size p_size)
void file_info_impl_utils::info_storage::copy_from |
( |
const file_info & |
p_info | ) |
|
Definition at line 237 of file file_info_impl.cpp.
243 }
virtual const char * info_enum_value(t_size p_index) const =0
Retrieves the value of specified technical info entry. Return value is a null-terminated UTF-8 encode...
void set_count(t_size p_count)
virtual const char * info_enum_name(t_size p_index) const =0
Retrieves the name of specified technical info entry. Return value is a null-terminated UTF-8 encoded...
virtual t_size info_get_count() const =0
Retrieves number of technical info entries.
t_size file_info_impl_utils::info_storage::get_count |
( |
| ) |
const |
|
inline |
const char* file_info_impl_utils::info_storage::get_name |
( |
t_size |
p_index | ) |
const |
|
inline |
const char* file_info_impl_utils::info_storage::get_value |
( |
t_size |
p_index | ) |
const |
|
inline |
void file_info_impl_utils::info_storage::remove_mask |
( |
const bit_array & |
p_mask | ) |
|
Definition at line 149 of file file_info_impl.cpp.
t_size remove_mask_t(t_array &p_array, const bit_array &p_mask)
The documentation for this class was generated from the following files: