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 method, and relativeMountPath.

Referenced by express::Route::Route(), and express::Route::Route().

Here is the caller graph for this function:

Member Data Documentation

◆ method

◆ relativeMountPath


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