last update 20 Sep 2009 |
#include "cvrObject.h"
#include "cvrIoObject.h"
#include "cvrSmallObjectList.h"
#include <list>
#include "cvrPerformanceConfig.h"
Go to the source code of this file.
Classes | |
class | cvr::list< T, Alloc > |
A linked list, implemented either as a cvr::smallObjectList for objects whose size is less than or equal to _CVR_PERFORMANCE_LIST_OBJECT_SIZE_THRESHOLD, or as a std::list for bigger objects. More... | |
Namespaces | |
namespace | cvr |