SNode.C
Loading...
Searching...
No Matches
express::Next Class Reference

#include <Next.h>

Collaboration diagram for express::Next:

Public Member Functions

 Next (Controller &controller)
 
void operator() (const std::string &how="") const
 

Private Attributes

Controller controller
 

Friends

class dispatcher::MiddlewareDispatcher
 

Detailed Description

Definition at line 59 of file Next.h.

Constructor & Destructor Documentation

◆ Next()

express::Next::Next ( Controller & controller)
explicit

Definition at line 52 of file Next.cpp.

54 }
Controller controller
Definition Next.h:66

References Next().

Referenced by express::dispatcher::MiddlewareDispatcher::dispatch(), and Next().

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

Member Function Documentation

◆ operator()()

void express::Next::operator() ( const std::string & how = "") const

Definition at line 56 of file Next.cpp.

56 {
57 controller.next(how);
58 }
void next(const std::string &how) const

Friends And Related Symbol Documentation

◆ dispatcher::MiddlewareDispatcher

friend class dispatcher::MiddlewareDispatcher
friend

Definition at line 68 of file Next.h.

Member Data Documentation

◆ controller

Controller express::Next::controller
private

Definition at line 66 of file Next.h.


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