HeaderPathsCache Class
(ProjectExplorer::HeaderPathsCache)Public Functions
HeaderPathsCache() | |
HeaderPathsCache(const HeaderPathsCache &other) | |
QList<HeaderPath> | check(const QStringList &compilerCommand, bool *cacheHit) const |
void | insert(const QStringList &compilerCommand, const QList<HeaderPath> &headerPaths) |
Protected Functions
Cache | cache() const |
Member Function Documentation
HeaderPathsCache::HeaderPathsCache()
Default constructs an instance of HeaderPathsCache.
HeaderPathsCache::HeaderPathsCache(const HeaderPathsCache &other)
Copy constructor.