AnimaL |
Tutorial |
Documentation |
#include <container_traits.h>
Definition at line 17 of file container_traits.h.
Public Types | |
| typedef Cont::iterator | iterator |
| iterator type | |
| typedef iterator | iter_type |
| iterator type, just for backward compatibility | |
| typedef Cont::size_type | size_type |
| size type | |
| typedef Cont::value_type | value_type |
| entry value type | |
| typedef Cont::reference | reference |
| type of a reference to an entry | |
| typedef T const * | iterator |
| iterator type | |
| typedef iterator | iter_type |
| iterator type, just for backward compatibility | |
| typedef std::size_t | size_type |
| size type | |
| typedef T const | value_type |
| entry value type | |
| typedef value_type & | reference |
| type of a reference to an entry | |
Static Public Member Functions | |
| iterator | begin (Cont &cont) |
| get an iterator on the first element | |
| iterator | end (Cont &cont) |
| get an iterator on the following of the last element | |
| size_type | size (Cont &cont) |
| number of elements | |
| iterator | begin (T const(&array)[sz]) |
| get an iterator on the first element | |
| iterator | end (T const(&array)[sz]) |
| get an iterator on the following of the last element | |
| size_type | size (T const(&array)[sz]) |
| number of elements | |
|
|||||
|
iterator type, just for backward compatibility
Definition at line 80 of file container_traits.h. |
|
|||||
|
iterator type, just for backward compatibility
Definition at line 20 of file container_traits.h. |
|
|||||
|
iterator type
Definition at line 79 of file container_traits.h. |
|
|||||
|
iterator type
Definition at line 19 of file container_traits.h. Referenced by animal::container_traits< Cont >::begin(), and animal::container_traits< Cont >::end(). |
|
|||||
|
type of a reference to an entry
Definition at line 83 of file container_traits.h. |
|
|||||
|
type of a reference to an entry
Definition at line 23 of file container_traits.h. |
|
|||||
|
size type
Definition at line 81 of file container_traits.h. |
|
|||||
|
size type
Definition at line 21 of file container_traits.h. Referenced by animal::container_traits< Cont >::size(). |
|
|||||
|
entry value type
Definition at line 82 of file container_traits.h. |
|
|||||
|
entry value type
Definition at line 22 of file container_traits.h. |
|
||||||||||
|
get an iterator on the first element
Definition at line 86 of file container_traits.h. References animal::container_traits< Cont >::iterator. |
|
||||||||||
|
get an iterator on the first element
Definition at line 26 of file container_traits.h. References animal::container_traits< Cont >::iterator. |
|
||||||||||
|
get an iterator on the following of the last element
Definition at line 88 of file container_traits.h. References animal::container_traits< Cont >::iterator. |
|
||||||||||
|
get an iterator on the following of the last element
Definition at line 28 of file container_traits.h. References animal::container_traits< Cont >::iterator. |
|
||||||||||
|
number of elements
Definition at line 90 of file container_traits.h. References animal::container_traits< Cont >::size_type. |
|
||||||||||
|
number of elements
Definition at line 30 of file container_traits.h. References animal::container_traits< Cont >::size_type. |
1.3.6