Bayesian Filtering Library  Generated from SVN r
Public Types | Static Public Member Functions | List of all members
mutable_vector_traits< VECTOR > Struct Template Reference

Traits class to extract type information from a VECTOR. More...

#include <asirfilter.h>

Inheritance diagram for mutable_vector_traits< VECTOR >:
mutable_container_traits< VECTOR > vector_traits< VECTOR >

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
 

Detailed Description

template<class VECTOR>
struct BFL::boost::numeric::ublas::mutable_vector_traits< VECTOR >

Traits class to extract type information from a VECTOR.

Definition at line 729 of file asirfilter.h.


The documentation for this struct was generated from the following file: