Compatibility class for boost::filesystem::path. More...
#include <Path.h>
Public Member Functions | |
Path () | |
Path (const String &s) | |
Path (const char *s) | |
Path (const Parent &path) | |
Path & | operator= (const Parent &path) |
bool | has_parent_path () const |
Path | parent_path () const |
String | filename () const |
Private Types | |
typedef boost::filesystem::path | Parent |
Compatibility class for boost::filesystem::path.
This class implements several functions that missed in boost prior to 1.36+.
|
private |