|
OpenASIP 2.2
|
#include <FileSystem.hh>


Public Member Functions | |
| Path () | |
| Path (const boost::filesystem::path &path) | |
| Path & | operator= (const boost::filesystem::path &pathName) |
| operator std::string () const | |
| operator TCEString () const | |
| const char * | c_str () const |
| virtual | ~Path () |
Class for handling paths.
Definition at line 197 of file FileSystem.hh.
| Path::Path | ( | ) |
Constructs an empty Path.
Definition at line 1080 of file FileSystem.cc.
|
explicit |
Constructor for implicit conversion from boost::filesystem::path.
Definition at line 1086 of file FileSystem.cc.
|
virtual |
| const char * Path::c_str | ( | ) | const |
Returns C string of the path.
Definition at line 1128 of file FileSystem.cc.
References operator std::string().

| Path::operator std::string | ( | ) | const |
Allows conversion to std::string.
Definition at line 1113 of file FileSystem.cc.
Referenced by c_str().
| Path::operator TCEString | ( | ) | const |
Allows conversion to TCEString.
Definition at line 1120 of file FileSystem.cc.
| Path & Path::operator= | ( | const boost::filesystem::path & | pathName | ) |
Copy constructor.
Definition at line 1100 of file FileSystem.cc.