GEOSX
|
Class describing a file Path. More...
#include <Path.hpp>
Public Member Functions | |
Path () | |
Default constructor. | |
Path (Path const &src) | |
Copy constructor, creates a copy of src . More... | |
~Path () | |
Destructor. | |
Path & | operator= (Path const &rhs) |
Copy Constructor. More... | |
Static Public Member Functions | |
static std::string & | pathPrefix () |
Get the path prefix of the file. More... | |
Class describing a file Path.
Purpose of this class is to be used as a type to specify file path within the XML input files, through the operator >>
|
inline |
|
inlinestatic |