ucommon
Data Structures | Namespaces | Typedefs
ucommon/vector.h File Reference

Basic array and reusable object factory heap support. More...

#include <ucommon/thread.h>
Include dependency graph for vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ucommon::array_reuse< T >
 An array of reusable types. More...
class  ucommon::ArrayReuse
 An array of reusable objects. More...
class  ucommon::MemVector
 Vector with fixed size member list. More...
class  ucommon::paged_reuse< T >
 A reusable private pool of reusable types. More...
class  ucommon::PagerReuse
 A mempager source of reusable objects. More...
class  ucommon::Vector
 A managed vector for generic object pointers. More...
class  ucommon::vectorbuf< T, S >
 Allocated vector list of a specified type. More...
class  ucommon::vectorof< T >
 A templated vector for a list of a specific Object subtype. More...

Namespaces

namespace  ucommon
 

Common namespace for all ucommon objects.


Typedefs

typedef unsigned short vectorsize_t

Detailed Description

Basic array and reusable object factory heap support.

This offers ucommon support for vector arrays, and for forming reusable object pools. Reusable object pools can be tied to local heaps and offer a means to create type factories that do not require global locking through malloc.

Definition in file vector.h.