22#ifndef _vctDynamicVectorRefOwner_h
23#define _vctDynamicVectorRefOwner_h
38template<
class _elementType>
74 size_type
size(
void)
const {
86 const_pointer
Pointer(index_type index = 0)
const {
const_reverse_iterator rbegin(void) const
Definition vctDynamicVectorRefOwner.h:106
pointer Pointer(index_type index=0)
Definition vctDynamicVectorRefOwner.h:82
iterator end(void)
Definition vctDynamicVectorRefOwner.h:102
VCT_CONTAINER_TRAITS_TYPEDEFS(_elementType)
vctDynamicVectorRefOwner()
Definition vctDynamicVectorRefOwner.h:55
vctVarStrideVectorIterator< value_type > reverse_iterator
Definition vctDynamicVectorRefOwner.h:52
const_pointer Pointer(index_type index=0) const
Definition vctDynamicVectorRefOwner.h:86
vctVarStrideVectorConstIterator< value_type > const_iterator
Definition vctDynamicVectorRefOwner.h:49
value_type * Data
Definition vctDynamicVectorRefOwner.h:125
stride_type stride(void) const
Definition vctDynamicVectorRefOwner.h:78
const_reverse_iterator rend(void) const
Definition vctDynamicVectorRefOwner.h:110
const_iterator begin(void) const
Definition vctDynamicVectorRefOwner.h:90
vctVarStrideVectorConstIterator< value_type > const_reverse_iterator
Definition vctDynamicVectorRefOwner.h:51
vctDynamicVectorRefOwner< value_type > ThisType
Definition vctDynamicVectorRefOwner.h:46
vctVarStrideVectorIterator< value_type > iterator
Definition vctDynamicVectorRefOwner.h:50
vctDynamicVectorRefOwner(size_type size, value_type *data, stride_type stride=1)
Definition vctDynamicVectorRefOwner.h:61
size_type Size
Definition vctDynamicVectorRefOwner.h:123
reverse_iterator rbegin(void)
Definition vctDynamicVectorRefOwner.h:114
const_iterator end(void) const
Definition vctDynamicVectorRefOwner.h:94
iterator begin(void)
Definition vctDynamicVectorRefOwner.h:98
reverse_iterator rend(void)
Definition vctDynamicVectorRefOwner.h:118
size_type size(void) const
Definition vctDynamicVectorRefOwner.h:74
stride_type Stride
Definition vctDynamicVectorRefOwner.h:124
void SetRef(size_type size, value_type *data, stride_type stride=1)
Definition vctDynamicVectorRefOwner.h:67
Definition vctVarStrideVectorIterator.h:56
Definition vctVarStrideVectorIterator.h:218
#define CMN_UNUSED(argument)
Definition cmnPortability.h:497
Declaration of vctVarStrideVectorConstIterator and vctVarStrideVectorIterator.