SNode.C
|
#include <MountPoint.h>
Public Member Functions | |
MountPoint (const std::string &method, const std::string &relativeMountPath) | |
Public Attributes | |
std::string | method |
std::string | relativeMountPath |
Definition at line 31 of file MountPoint.h.
express::MountPoint::MountPoint | ( | const std::string & | method, |
const std::string & | relativeMountPath ) |
Definition at line 28 of file MountPoint.cpp.
References MountPoint().
Referenced by MountPoint().
std::string express::MountPoint::method |
Definition at line 34 of file MountPoint.h.
std::string express::MountPoint::relativeMountPath |
Definition at line 35 of file MountPoint.h.