Functions | |
| bool | diffInEpsilon (double lhs, double rhs) |
| Determine whether the difference between two numbers are within epsilon. More... | |
| int32_t | getNameComponentPosition (const ndn::Name &name, const std::string &searchString) |
| search a name component in ndn::Name and return the position of the component More... | |
|
inline |
Determine whether the difference between two numbers are within epsilon.
| lhs | first number. |
| rhs | second number. |
Definition at line 36 of file numeric.hpp.
|
inline |
search a name component in ndn::Name and return the position of the component
| name | where to search the searchString |
| searchString | the string to search in name |
Definition at line 38 of file name-helper.hpp.