|
Bayesian Filtering Library
Generated from SVN r
|
Traits class to extract type information from a VECTOR. More...
#include <asirfilter.h>
Public Types | |
| 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 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 722 of file asirfilter.h.
1.8.5