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

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

#include <asirfilter.h>

Inheritance diagram for vector_view_traits< VECTOR >:
container_view_traits< VECTOR > vector_traits< VECTOR >

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)
 

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
 

Detailed Description

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

Traits class to extract type information from a VECTOR.

Definition at line 704 of file asirfilter.h.


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