foobar2000 SDK  2015-01-14
Public Member Functions | Private Attributes
file_path_display

#include <filesystem_helper.h>

Public Member Functions

 file_path_display (const char *src)
 
t_size get_length () const
 
const char * get_ptr () const
 
 operator const char * () const
 

Private Attributes

pfc::string8 m_data
 

Detailed Description

Definition at line 12 of file filesystem_helper.h.

Constructor & Destructor Documentation

file_path_display::file_path_display ( const char *  src)
inline

Definition at line 14 of file filesystem_helper.h.

14 {filesystem::g_get_display_path(src,m_data);}

Member Function Documentation

t_size file_path_display::get_length ( ) const
inline

Definition at line 17 of file filesystem_helper.h.

17 {return m_data.get_length();}
t_size get_length() const
Definition: string_base.h:394
const char* file_path_display::get_ptr ( ) const
inline

Definition at line 16 of file filesystem_helper.h.

16 {return m_data.get_ptr();}
const char * get_ptr() const
Definition: string_base.h:381
file_path_display::operator const char * ( ) const
inline

Definition at line 15 of file filesystem_helper.h.

15 {return m_data.get_ptr();}
const char * get_ptr() const
Definition: string_base.h:381

Field Documentation

pfc::string8 file_path_display::m_data
private

Definition at line 19 of file filesystem_helper.h.


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