CVR-Lib last update 20 Sep 2009

cvrList.h File Reference

Defines a wrapper that automatically decides if it is more efficient to use the cvr::smallObjectList or the std::list. More...

#include "cvrObject.h"
#include "cvrIoObject.h"
#include "cvrSmallObjectList.h"
#include <list>
#include "cvrPerformanceConfig.h"

Include dependency graph for cvrList.h:

This graph shows which files directly or indirectly include this file:

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


Detailed Description

Defines a wrapper that automatically decides if it is more efficient to use the cvr::smallObjectList or the std::list.

Author:
Gustavo Quiros
Date:
02.04.2004
Id
cvrList.h,v 1.4 2005/05/24 14:51:56 doerfler Exp

Generated on Sun Sep 20 22:08:19 2009 for CVR-Lib by Doxygen 1.5.8