
Definition at line 187 of file e164map.h.
| void OSB_LIB::E164Map::Leaf::add | ( | size_t | pos, | |
| const E164 & | e164, | |||
| const ConnectionPt & | cp | |||
| ) |
Add a digit to nextDigits_.
| void OSB_LIB::E164Map::Leaf::map2Cp | ( | Id< ConnectionPt > & | cpId, | |
| const char * | e164, | |||
| const DateTime & | ts | |||
| ) | const |
Get the connection point (see also E164Map::map2Cp).
The function first tries to determine a better matching connection point from the follow-up digits.
Then, if the previous step did not yield any result, the connection point assigned to the leaf is tested.
| void OSB_LIB::E164Map::Leaf::print | ( | std::ostream & | os, | |
| const std::string & | prefix | |||
| ) | const |
Print the leaf for testing purposes.
1.4.7