The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions | Public Attributes | List of all members
filesystem::iostream_path Struct Reference

Public Types

typedef bfs::path::string_type external_string_type
 

Public Member Functions

template<typename stringtype >
 iostream_path (const stringtype &s)
 
external_string_type external_file_string () const
 

Public Attributes

bfs::path path_
 

Detailed Description

Definition at line 767 of file filesystem_boost.cpp.

Member Typedef Documentation

typedef bfs::path::string_type filesystem::iostream_path::external_string_type

Definition at line 775 of file filesystem_boost.cpp.

Constructor & Destructor Documentation

template<typename stringtype >
filesystem::iostream_path::iostream_path ( const stringtype &  s)
inline

Definition at line 770 of file filesystem_boost.cpp.

Member Function Documentation

external_string_type filesystem::iostream_path::external_file_string ( ) const
inline

Definition at line 776 of file filesystem_boost.cpp.

References path_.

Member Data Documentation

bfs::path filesystem::iostream_path::path_

Definition at line 780 of file filesystem_boost.cpp.

Referenced by external_file_string().


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