#include <meta_table_builder.h>
Definition at line 16 of file meta_table_builder.h.
 
  
  | 
        
          | _meta_table_enum_wrapper_RG::_meta_table_enum_wrapper_RG | ( | file_info & | p_info | ) |  |  | inline | 
 
 
template<typename t_values > 
  
  | 
        
          | void _meta_table_enum_wrapper_RG::operator() | ( | const char * | p_name, |  
          |  |  | const t_values & | p_values |  
          |  | ) |  |  |  | inline | 
 
Definition at line 20 of file meta_table_builder.h.
   21         if (p_values.get_count() > 0) {
 
   24                 for(
typename t_values::const_iterator iter = p_values.first(); iter.is_valid(); ++iter) {
 
void meta_add_value(t_size p_index, const char *p_value)
bool info_set_replaygain(const char *p_name, const char *p_value)
t_size __meta_add_unsafe(const char *p_name, const char *p_value)
Unsafe - does not check whether the field already exists and will result in duplicates if it does - c...
 
 
 
  
  | 
        
          | file_info& _meta_table_enum_wrapper_RG::m_info |  | private | 
 
 
The documentation for this class was generated from the following file: