QrcCache Class

(Debugger::QmlJS::QrcCache)

Public Functions

QrcCache()
~QrcCache()
QrcParser::ConstPtr addPath(const Debugger::QString &path, const Debugger::QString &contents)
void clear()
QrcParser::ConstPtr parsedPath(const Debugger::QString &path)
void removePath(const Debugger::QString &path)
QrcParser::ConstPtr updatePath(const Debugger::QString &path, const Debugger::QString &contents)

Member Function Documentation

QrcCache::QrcCache()

Default constructs an instance of QrcCache.

QrcCache::~QrcCache()

Destroys the instance of QrcCache.

QrcParser::ConstPtr QrcCache::addPath(const Debugger::QString &path, const Debugger::QString &contents)

void QrcCache::clear()

QrcParser::ConstPtr QrcCache::parsedPath(const Debugger::QString &path)

void QrcCache::removePath(const Debugger::QString &path)

QrcParser::ConstPtr QrcCache::updatePath(const Debugger::QString &path, const Debugger::QString &contents)