|
Bayesian Filtering Library
Generated from SVN r
|
Traits class to extract type information from a VECTOR. More...
#include <asirfilter.h>
Public Types | |
| typedef VECTOR::const_iterator | const_iterator |
| iterator for the VECTOR | |
| typedef VECTOR::size_type | size_type |
| type of indices | |
| typedef VECTOR::difference_type | difference_type |
| type of differences of indices | |
| typedef VECTOR::storage_category | storage_category |
storage category: unknown_storage_tag, dense_tag, packed_tag, ... | |
| typedef VECTOR::value_type | value_type |
| type of elements | |
| typedef VECTOR::const_reference | const_reference |
| const reference to an element | |
| typedef VECTOR::const_closure_type | const_closure_type |
| type used in expressions to mark a reference to this class (usually a const container_reference<const E> or the class itself) | |
| typedef VECTOR::iterator | iterator |
| iterator for the VECTOR | |
| typedef VECTOR::reference | reference |
| reference to an element | |
| typedef VECTOR::closure_type | closure_type |
| type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself) | |
Static Public Member Functions | |
| static const_iterator | begin (const VECTOR &v) |
| iterator pointing to the first element | |
| static const_iterator | end (const VECTOR &v) |
| iterator pointing behind the last element | |
| static iterator | begin (VECTOR &v) |
| iterator pointing to the first element | |
| static iterator | end (VECTOR &v) |
| iterator pointing behind the last element | |
Traits class to extract type information from a VECTOR.
Definition at line 743 of file asirfilter.h.
1.8.5