rag
graphic 2d engine
Public Member Functions | List of all members
rag::fs::path Class Reference

Mimics boost fs::path class with some limited functionality. More...

#include <File.h>

Public Member Functions

 path (const std::string &name="")
 
path parent_path ()
 
path extension () const
 
bool has_parent_path ()
 
bool has_extension () const
 
pathreplace_extension (const std::string extension)
 
path filename () const
 
std::string string () const
 
const path operator/ (const path &rhs) const
 

Detailed Description

Mimics boost fs::path class with some limited functionality.


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