Rosetta 3.3
|
std::vector with assert-checked bounds: bool specialization More...
#include <vector0_bool.hh>
std::vector with assert-checked bounds: bool specialization
typedef super::Allocator utility::vector0< bool, A >::Allocator |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::allocator_type utility::vector0< bool, A >::allocator_type |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::const_iterator utility::vector0< bool, A >::const_iterator |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::const_pointer utility::vector0< bool, A >::const_pointer |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::const_reference utility::vector0< bool, A >::const_reference |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::const_reverse_iterator utility::vector0< bool, A >::const_reverse_iterator |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::ConstIterator utility::vector0< bool, A >::ConstIterator |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::ConstPointer utility::vector0< bool, A >::ConstPointer |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::ConstReference utility::vector0< bool, A >::ConstReference |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::ConstReverseIterator utility::vector0< bool, A >::ConstReverseIterator |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::Difference utility::vector0< bool, A >::Difference |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::difference_type utility::vector0< bool, A >::difference_type |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::Index utility::vector0< bool, A >::Index |
typedef super::index_type utility::vector0< bool, A >::index_type |
typedef super::Iterator utility::vector0< bool, A >::Iterator |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::iterator utility::vector0< bool, A >::iterator |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::Pointer utility::vector0< bool, A >::Pointer |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::pointer utility::vector0< bool, A >::pointer |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::Reference utility::vector0< bool, A >::Reference |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::reference utility::vector0< bool, A >::reference |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::reverse_iterator utility::vector0< bool, A >::reverse_iterator |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::ReverseIterator utility::vector0< bool, A >::ReverseIterator |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::Size utility::vector0< bool, A >::Size |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::size_type utility::vector0< bool, A >::size_type |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::SSize utility::vector0< bool, A >::SSize |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::ssize_type utility::vector0< bool, A >::ssize_type |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::Value utility::vector0< bool, A >::Value |
Reimplemented from utility::vectorL< 0, bool, A >.
typedef super::value_type utility::vector0< bool, A >::value_type |
Reimplemented from utility::vectorL< 0, bool, A >.
utility::vector0< bool, A >::vector0 | ( | allocator_type const & | alloc = allocator_type() | ) | [inline, explicit] |
Default constructor.
utility::vector0< bool, A >::vector0 | ( | vector0< bool, A > const & | v | ) | [inline] |
Copy constructor.
utility::vector0< bool, A >::vector0 | ( | vectorL< L_, T_, A_ > const & | v | ) | [inline] |
Assignable copy constructor.
utility::vector0< bool, A >::vector0 | ( | super const & | v | ) | [inline, explicit] |
std::vector constructor
utility::vector0< bool, A >::vector0 | ( | std::vector< T_, A_ > const & | v | ) | [inline, explicit] |
Assignable std::vector constructor.
utility::vector0< bool, A >::vector0 | ( | size_type const | num | ) | [inline, explicit] |
Size constructor.
utility::vector0< bool, A >::vector0 | ( | size_type const | num, |
value_type const & | value, | ||
allocator_type const & | alloc = allocator_type() |
||
) | [inline] |
Uniform value constructor.
utility::vector0< bool, A >::vector0 | ( | InputIterator const | beg, |
InputIterator const | end, | ||
allocator_type const & | alloc = allocator_type() |
||
) | [inline] |
Iterator range constructor.
virtual utility::vector0< bool, A >::~vector0 | ( | ) | [inline, virtual] |
Destructor.
vector0& utility::vector0< bool, A >::operator= | ( | vector0< bool, A > const & | v | ) | [inline] |
Copy assignment.
References utility::vectorL< 0, T, A >::operator=().
vector0& utility::vector0< bool, A >::operator= | ( | std::vector< T_, A_ > const & | v | ) | [inline] |
Assignable std::vector assignment.
Reimplemented from utility::vectorL< 0, bool, A >.
vector0& utility::vector0< bool, A >::operator= | ( | super const & | v | ) | [inline] |
std::vector assignment
References utility::vectorL< 0, T, A >::operator=().
vector0& utility::vector0< bool, A >::operator= | ( | vectorL< L_, T_, A_ > const & | v | ) | [inline] |
Assignable copy assignment.
Reimplemented from utility::vectorL< 0, bool, A >.