CFEL - ASG Software Suite  2.5.0
CASS
Classes | Namespaces
cached_list.hpp File Reference

contains a list for caching results More...

#include <vector>
#include <algorithm>
#include <stdexcept>
#include <functional>
#include <tr1/memory>
#include <tr1/functional>
#include <QtCore/QMutex>
#include <QtCore/QMutexLocker>
#include "result.hpp"
#include "cass_event.h"
#include "cass_exceptions.hpp"
+ Include dependency graph for cached_list.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cass::CachedList
 a list of results for caching More...
 
struct  cass::CachedList::item_info
 bundeling the lock status and the id More...
 

Namespaces

 cass
 

Detailed Description

contains a list for caching results

Author
Lutz Foucar

Definition in file cached_list.hpp.