47 #ifndef _MIRA_PACKAGEFINDER_H_ 48 #define _MIRA_PACKAGEFINDER_H_ MIRA_BASE_EXPORT std::map< std::string, Path > findPackages(Duration maxCacheAge=Duration::infinity())
Finds all packages using an internal cache of packages.
MIRA_BASE_EXPORT Path findPackage(const std::string &package, Duration maxCacheAge=Duration::infinity())
Finds a package with given name using an internal cache of packages.
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
boost::filesystem::path Path
Typedef of a Path (shorter version for boost::filesystem::path)
Definition: Path.h:69
Time and Duration wrapper class.
static Duration infinity()
Returns a special duration time representing positive infinity.
Definition: Time.h:240
Functions for modifying file system paths.