foobar2000 SDK  2015-08-03
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 20 of file filesystem_helper.h.

Constructor & Destructor Documentation

file_path_display::file_path_display ( const char *  src)
inline

Definition at line 22 of file filesystem_helper.h.

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

Member Function Documentation

t_size file_path_display::get_length ( ) const
inline

Definition at line 25 of file filesystem_helper.h.

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

Definition at line 24 of file filesystem_helper.h.

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

Definition at line 23 of file filesystem_helper.h.

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

Field Documentation

pfc::string8 file_path_display::m_data
private

Definition at line 27 of file filesystem_helper.h.


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