|
magpie
|


Public Member Functions | |
| StandardNode (const std::string &segment) | |
| MatchMode | match (const std::string_view &segment) override |
| virtual constexpr bool | operator== (const std::string_view &pathSegment) override |
Public Attributes | |
| std::string | segment |
| Public Attributes inherited from magpie::dsa::Node< Value > | |
| std::unordered_map< Method::HttpMethod, Value > | value |
| int | weight |
| std::vector< std::shared_ptr< Node< Value > > > | childNodes |
|
inlineoverridevirtual |
Implements magpie::dsa::Node< Value >.
|
inlineconstexproverridevirtual |
Implements magpie::dsa::Node< Value >.