this is very much like a boost::path. More...
#include <paths.h>
Public Member Functions | |
| bool | empty () const |
| string | toString () const |
| bool | operator!= (const RelativePath &r) const |
| bool | operator== (const RelativePath &r) const |
| bool | operator< (const RelativePath &r) const |
| string | asFullPath () const |
Static Public Member Functions | |
| static RelativePath | fromRelativePath (string f) |
| static RelativePath | fromFullPath (path f) |
| from a full path | |
Public Attributes | |
| string | _p |
this is very much like a boost::path.
however, we define a new type to get some type checking. if you want to say 'my param MUST be a relative path", use this.
1.6.3