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 53 of file MountPoint.h.

Constructor & Destructor Documentation

◆ MountPoint()

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

Definition at line 50 of file MountPoint.cpp.

51 : method(method)
53 }
std::string method
Definition MountPoint.h:56
std::string relativeMountPath
Definition MountPoint.h:57

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 56 of file MountPoint.h.

◆ relativeMountPath

std::string express::MountPoint::relativeMountPath

Definition at line 57 of file MountPoint.h.


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