Resource locator functions. More...
#include <tesseract_common/macros.h>
#include <fstream>
#include <console_bridge/console.h>
#include <iostream>
#include <boost/serialization/access.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/shared_ptr.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <tesseract_common/resource_locator.h>
#include <tesseract_common/types.h>
#include <tesseract_common/utils.h>
#include <tesseract_common/serialization.h>
Go to the source code of this file.
Namespaces | |
tesseract_common | |
Functions | |
std::size_t | tesseract_common::findSeparator (const std::string &str) |
bool | tesseract_common::isRelativePath (const std::string &url) |
Resource locator functions.
Definition in file resource_locator.cpp.