SNode.C
Loading...
Searching...
No Matches
express::MountPoint Struct Reference

#include <MountPoint.h>

Collaboration diagram for express::MountPoint:

Public Member Functions

 MountPoint (const std::string &method, const std::string &relativeMountPath)
 

Public Attributes

std::string method
 
std::string relativeMountPath
 

Detailed Description

Definition at line 31 of file MountPoint.h.

Constructor & Destructor Documentation

◆ MountPoint()

express::MountPoint::MountPoint ( const std::string & method,
const std::string & relativeMountPath )

Definition at line 28 of file MountPoint.cpp.

29 : method(method)
31 }
std::string method
Definition MountPoint.h:34
std::string relativeMountPath
Definition MountPoint.h:35

References MountPoint().

Referenced by MountPoint().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ method

std::string express::MountPoint::method

Definition at line 34 of file MountPoint.h.

◆ relativeMountPath

std::string express::MountPoint::relativeMountPath

Definition at line 35 of file MountPoint.h.


The documentation for this struct was generated from the following files: