MetriVis | Overview | Download | User Manual | Development |
Reference | Overview | Design Documentation | Reference Backend | Reference Frontend |
#include <boost/thread/mutex.hpp>
#include "lib/lru_cache/lru_cache.h"
#include "container/MultiType.h"
#include "pattern/Singleton.h"
#include "BaseClass.h"
Go to the source code of this file.
Namespaces | |
namespace | metrivis |
Data Structures | |
class | metrivis::SQLDriver |
Driver for the SQLite interface. More... | |
Defines | |
#define | METRIVIS_DEFAULT_CACHE_SIZE 1<<29 |
< Default cache size is 512MB of system memory. | |
Typedefs | |
typedef Singleton < SQLDriver > | metrivis::SQL |