Home
last modified time | relevance | path

Searched defs:SubRouteNode (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dsub_route_trie.hpp18 struct SubRouteNode : public crow::Node struct
20 using ChildMap = crow::Node::ChildMap;
21 ChildMap fragmentChildren;
23 bool isSimpleNode() const in isSimpleNode()