|
|
#include <ArmarXCore/core/system/cmake/CMakePackageFinderCache.h>
Public Member Functions | |
| CMakePackageFinderCache (const CMakePackageFinderCache &s) | |
| CMakePackageFinderCache (IceUtil::Time timeout=IceUtil::Time::seconds(10)) | |
| const CMakePackageFinder & | findPackage (const std::string &packageName, const std::filesystem::path &packagePath="", bool suppressStdErr=false, bool usePackagePathOnlyAsHint=false) |
Static Public Attributes | |
| static CMakePackageFinderCache | GlobalCache |
Definition at line 14 of file CMakePackageFinderCache.h.
| CMakePackageFinderCache | ( | const CMakePackageFinderCache & | s | ) |
Definition at line 7 of file CMakePackageFinderCache.cpp.
| CMakePackageFinderCache | ( | IceUtil::Time | timeout = IceUtil::Time::seconds(10) | ) |
Definition at line 12 of file CMakePackageFinderCache.cpp.
| const CMakePackageFinder & findPackage | ( | const std::string & | packageName, |
| const std::filesystem::path & | packagePath = "", |
||
| bool | suppressStdErr = false, |
||
| bool | usePackagePathOnlyAsHint = false |
||
| ) |
Definition at line 17 of file CMakePackageFinderCache.cpp.
Here is the caller graph for this function:Definition at line 23 of file CMakePackageFinderCache.h.