Workspace 6.21.5
Classes | Namespaces
expirycache.h File Reference
#include <iostream>
#include <map>
#include <QCache>
#include <QCoreApplication>
#include <QHash>
#include <QSharedPointer>
#include <QString>
#include <QWeakPointer>
#include "Workspace/Application/LanguageUtils/streamqstring.h"
#include "Workspace/Application/logmanager.h"
#include "Rendering/rendering_api.h"
Include dependency graph for expirycache.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ExpiryCache< Key, T >
 Template class for a cache that removes items as soon as it exceeds maximum capacity. It uses shared pointers, so items will only be physically deleted once they go out of scope. More...
 

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::Rendering
 Rendering of meshed models.