#include <boost/algorithm/string.hpp>#include <boost/algorithm/string/regex_find_format.hpp>#include <boost/regex.hpp>#include <boost/cstdint.hpp>#include <ndn-cxx/name-component.hpp>#include <ndn-cxx/name.hpp>Go to the source code of this file.
Namespaces | |
| nlsr | |
| Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents. | |
| nlsr::util | |
Functions | |
| static int32_t | nlsr::util::getNameComponentPosition (const ndn::Name &name, const std::string &searchString) |
| search a name component in ndn::Name and return the position of the component More... | |