Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dsub_route_trie.hpp30 class SubRouteTrie : public crow::Trie<ContainedType> class
H A Dredfish_oem_routing.hpp53 using SubRouteTrie = crow::SubRouteTrie<crow::SubRouteNode>; typedef in redfish::OemRouter