STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

pod_vector Class Template Reference

Efficient vector class for use with POD types only. More...

#include <stlsoft_pod_vector.h>

List of all members.

Typedefs

typedef buffer_type::value_type value_type
 The value type.

typedef buffer_type::allocator_type allocator_type
 The allocator type.

typedef pod_vector< T, A,
SPACE > 
class_type
 The type of the current parameterisation.

typedef buffer_type::reference reference
 The reference type.

typedef buffer_type::const_reference const_reference
 The non-mutable (const) reference type.

typedef buffer_type::pointer pointer
 The pointer type.

typedef buffer_type::const_pointer const_pointer
 The non-mutable (const) pointer type.

typedef buffer_type::iterator iterator
 The iterator type.

typedef buffer_type::const_iterator const_iterator
 The non-mutable (const) iterator type.

typedef buffer_type::reverse_iterator reverse_iterator
 The type of the non-const (mutating) reverse iterator.

typedef buffer_type::const_reverse_iterator const_reverse_iterator
 The type of the const (non-mutating) reverse iterator.

typedef buffer_type::size_type size_type
 The size type.

typedef buffer_type::difference_type difference_type
 The difference type.


Detailed Description

template<typename T, typename A = malloc_allocator<T>, ss_size_t SPACE = 64>
class stlsoft::pod_vector< T, A, SPACE >

Efficient vector class for use with POD types only.


Member Typedef Documentation

typedef buffer_type::allocator_type allocator_type
 

The allocator type.

typedef pod_vector<T, A, SPACE> class_type
 

The type of the current parameterisation.

typedef buffer_type::const_iterator const_iterator
 

The non-mutable (const) iterator type.

typedef buffer_type::const_pointer const_pointer
 

The non-mutable (const) pointer type.

typedef buffer_type::const_reference const_reference
 

The non-mutable (const) reference type.

typedef buffer_type::const_reverse_iterator const_reverse_iterator
 

The type of the const (non-mutating) reverse iterator.

typedef buffer_type::difference_type difference_type
 

The difference type.

typedef buffer_type::iterator iterator
 

The iterator type.

typedef buffer_type::pointer pointer
 

The pointer type.

typedef buffer_type::reference reference
 

The reference type.

typedef buffer_type::reverse_iterator reverse_iterator
 

The type of the non-const (mutating) reverse iterator.

typedef buffer_type::size_type size_type
 

The size type.

typedef buffer_type::value_type value_type
 

The value type.


The documentation for this class was generated from the following file:

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004