foobar2000 SDK  2015-01-14
Public Member Functions | Private Attributes
file_info_record_helper::__file_info_record__info__enumerator

#include <cue_parser.h>

Public Member Functions

 __file_info_record__info__enumerator (file_info &p_out)
 
void operator() (const char *p_name, const char *p_value)
 

Private Attributes

file_infom_out
 

Detailed Description

Definition at line 6 of file cue_parser.h.

Constructor & Destructor Documentation

file_info_record_helper::__file_info_record__info__enumerator::__file_info_record__info__enumerator ( file_info p_out)
inline

Definition at line 8 of file cue_parser.h.

Member Function Documentation

void file_info_record_helper::__file_info_record__info__enumerator::operator() ( const char *  p_name,
const char *  p_value 
)
inline

Definition at line 9 of file cue_parser.h.

9 {m_out.__info_add_unsafe(p_name,p_value);}
t_size __info_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...
Definition: file_info.h:243

Field Documentation

file_info& file_info_record_helper::__file_info_record__info__enumerator::m_out
private

Definition at line 11 of file cue_parser.h.


The documentation for this class was generated from the following file: