MacroCache Class
(ProjectExplorer::MacroCache)Public Functions
MacroCache() | |
MacroCache(const MacroCache &other) | |
QByteArray | check(const QStringList &compilerCommand) const |
void | insert(const QStringList &compilerCommand, const QByteArray ¯os) |
Protected Functions
Cache | cache() const |
Member Function Documentation
MacroCache::MacroCache()
Default constructs an instance of MacroCache.
MacroCache::MacroCache(const MacroCache &other)
Copy constructor.