foobar2000 SDK  2015-01-14
Public Member Functions | Data Fields
file_info_impl_utils::info_entry

#include <file_info_impl.h>

Public Member Functions

const char * get_name () const
 
const char * get_value () const
 
void init (const char *p_name, t_size p_name_len, const char *p_value, t_size p_value_len)
 

Data Fields

pfc::string_simple m_name
 
pfc::string_simple m_value
 

Detailed Description

Definition at line 6 of file file_info_impl.h.

Member Function Documentation

const char* file_info_impl_utils::info_entry::get_name ( ) const
inline

Definition at line 12 of file file_info_impl.h.

12 {return m_name;}
pfc::string_simple m_name
const char* file_info_impl_utils::info_entry::get_value ( ) const
inline

Definition at line 13 of file file_info_impl.h.

13 {return m_value;}
pfc::string_simple m_value
void file_info_impl_utils::info_entry::init ( const char *  p_name,
t_size  p_name_len,
const char *  p_value,
t_size  p_value_len 
)
inline

Definition at line 7 of file file_info_impl.h.

7  {
8  m_name.set_string(p_name,p_name_len);
9  m_value.set_string(p_value,p_value_len);
10  }
pfc::string_simple m_value
pfc::string_simple m_name

Field Documentation

pfc::string_simple file_info_impl_utils::info_entry::m_name

Definition at line 15 of file file_info_impl.h.

pfc::string_simple file_info_impl_utils::info_entry::m_value

Definition at line 15 of file file_info_impl.h.


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