UCommon

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

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.