|
cisst-saw
|
Declaration of vctFixedSizeConstVectorRef. More...
#include <cisstVector/vctFixedSizeVectorBase.h>Go to the source code of this file.
Macros | |
| #define | _vctFixedSizeConstVectorRef_h |
Functions | |
| vctFixedSizeConstVectorRef () | |
| An implementation of the ``abstract'' vctFixedSizeConstVectorBase. | |
| vctFixedSizeConstVectorRef (pointer p) | |
| vctFixedSizeConstVectorRef (const_pointer p) | |
| template<size_type __size, class __dataPtrType> | |
| vctFixedSizeConstVectorRef (const vctFixedSizeConstVectorBase< __size, _stride, _elementType, __dataPtrType > &otherVector, size_type startPosition=0) | |
| template<class __vectorOwnerType> | |
| vctFixedSizeConstVectorRef (const vctDynamicConstVectorBase< __vectorOwnerType, _elementType > &otherVector, size_type startPosition=0) | |
| void | SetRef (pointer p) |
| void | SetRef (const_pointer p) |
| template<size_type __size, class __dataPtrType> | |
| void | SetRef (const vctFixedSizeConstVectorBase< __size, _stride, _elementType, __dataPtrType > &otherVector, size_type startPosition=0) |
| template<class __vectorOwnerType> | |
| void | SetRef (const vctDynamicConstVectorBase< __vectorOwnerType, _elementType > &otherVector, size_type startPosition=0) |
Declaration of vctFixedSizeConstVectorRef.
| #define _vctFixedSizeConstVectorRef_h |
| void SetRef | ( | const vctDynamicConstVectorBase< __vectorOwnerType, _elementType > & | otherVector, |
| size_type | startPosition = 0 ) |
Set a fixed size reference to a dynamic vector.
| void SetRef | ( | const vctFixedSizeConstVectorBase< __size, _stride, _elementType, __dataPtrType > & | otherVector, |
| size_type | startPosition = 0 ) |
Set a fixed size reference to a fixed-size vector.
| void SetRef | ( | const_pointer | p | ) |
Assign the vector start with a const pointer. This requires const_cast.
| void SetRef | ( | pointer | p | ) |
Assign the vector start with a (non-const) pointer
|
explicit |
Initialize a fixed size reference to a dynamic vector.
| vctFixedSizeConstVectorRef | ( | const vctFixedSizeConstVectorBase< __size, _stride, _elementType, __dataPtrType > & | otherVector, |
| size_type | startPosition = 0 ) |
Initialize a fixed size reference to a fixed-size vector.
| vctFixedSizeConstVectorRef | ( | const_pointer | p | ) |
Initialize the vector with a const pointer. This requires const_cast.
| vctFixedSizeConstVectorRef | ( | pointer | p | ) |
Initialize the vector with a (non-const) pointer