mongo::RelativePath Struct Reference
#include <paths.h>
List of all members.
Detailed Description
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.
Definition at line 32 of file paths.h.
Member Function Documentation
string mongo::RelativePath::asFullPath |
( |
|
) |
const [inline] |
bool mongo::RelativePath::empty |
( |
|
) |
const [inline] |
static RelativePath mongo::RelativePath::fromFullPath |
( |
path |
f |
) |
[inline, static] |
from a full path
Definition at line 44 of file paths.h.
static RelativePath mongo::RelativePath::fromRelativePath |
( |
string |
f |
) |
[inline, static] |
bool mongo::RelativePath::operator!= |
( |
const RelativePath & |
r |
) |
const [inline] |
bool mongo::RelativePath::operator< |
( |
const RelativePath & |
r |
) |
const [inline] |
bool mongo::RelativePath::operator== |
( |
const RelativePath & |
r |
) |
const [inline] |
string mongo::RelativePath::toString |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this struct was generated from the following file: