#include <pointerToArray.h>
Inheritance diagram for ConstPointerToArray< Element >:
Public Types | |
typedef TYPENAME pvector< Element >::value_type | value_type |
typedef TYPENAME pvector< Element >::const_reference | reference |
typedef TYPENAME pvector< Element >::const_reference | const_reference |
typedef TYPENAME pvector< Element >::const_iterator | iterator |
typedef TYPENAME pvector< Element >::const_iterator | const_iterator |
typedef TYPENAME pvector< Element >::const_reverse_iterator | reverse_iterator |
typedef TYPENAME pvector< Element >::const_reverse_iterator | const_reverse_iterator |
typedef TYPENAME pvector< Element >::difference_type | difference_type |
typedef TYPENAME pvector< Element >::size_type | size_type |
Public Member Functions | |
INLINE | ConstPointerToArray () |
INLINE | ConstPointerToArray (const PointerToArray< Element > ©) |
INLINE | ConstPointerToArray (const ConstPointerToArray< Element > ©) |
INLINE iterator | begin () const |
INLINE iterator | end () const |
INLINE TYPENAME ConstPointerToArray< Element >::reverse_iterator | rbegin () const |
INLINE TYPENAME ConstPointerToArray< Element >::reverse_iterator | rend () const |
INLINE size_type | size () const |
INLINE size_type | max_size () const |
INLINE bool | empty () const |
INLINE size_type | capacity () const |
INLINE reference | operator[] (size_type n) const |
INLINE reference | operator[] (int n) const |
INLINE reference | front () const |
INLINE reference | back () const |
INLINE | operator const Element * () const |
INLINE const Element * | p () const |
INLINE const pvector< Element > & | v () const |
INLINE int | get_ref_count () const |
INLINE ConstPointerToArray< Element > & | operator= (RefCountObj< pvector< Element > > *ptr) |
INLINE ConstPointerToArray< Element > & | operator= (const PointerToArray< Element > ©) |
INLINE ConstPointerToArray< Element > & | operator= (const ConstPointerToArray< Element > ©) |
INLINE void | clear () |
Static Private Attributes | |
pvector< Element > | _empty_array |
|
Definition at line 204 of file pointerToArray.h. |
|
Definition at line 202 of file pointerToArray.h. |
|
Definition at line 211 of file pointerToArray.h. |
|
Definition at line 212 of file pointerToArray.h. |
|
Definition at line 203 of file pointerToArray.h. |
|
Definition at line 201 of file pointerToArray.h. |
|
Definition at line 209 of file pointerToArray.h. |
|
Definition at line 213 of file pointerToArray.h. |
|
Definition at line 200 of file pointerToArray.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from PointerToBase< RefCountObj< pvector< Element > > >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by IoPtaDatagramShort::write_datagram(), and IoPtaDatagramInt::write_datagram(). |
|
|
|
Definition at line 263 of file pointerToArray.h. |