Crow  1.0
A C++ microframework for the web
crow::Trie::Node Struct Reference
Collaboration diagram for crow::Trie::Node:

Public Member Functions

bool IsSimpleNode () const
 

Public Attributes

uint16_t rule_index {}
 
uint16_t blueprint_index {INVALID_BP_ID}
 
std::string key
 
ParamType param = ParamType::MAX
 
std::vector< Node * > children
 

Member Function Documentation

◆ IsSimpleNode()

bool crow::Trie::Node::IsSimpleNode ( ) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ rule_index

uint16_t crow::Trie::Node::rule_index {}

◆ blueprint_index

uint16_t crow::Trie::Node::blueprint_index {INVALID_BP_ID}

◆ key

std::string crow::Trie::Node::key

◆ param

ParamType crow::Trie::Node::param = ParamType::MAX

◆ children

std::vector<Node*> crow::Trie::Node::children

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