Bayesian Filtering Library  Generated from SVN r
Public Types | List of all members
container_traits< E > Struct Template Reference

Traits class to extract type information from a matrix or vector CONTAINER. More...

#include <asirfilter.h>

Inheritance diagram for container_traits< E >:
container_view_traits< E > mutable_container_traits< E >

Public Types

typedef E::size_type size_type
 type of indices
 
typedef E::difference_type difference_type
 type of differences of indices
 
typedef E::storage_category storage_category
 storage category: unknown_storage_tag, dense_tag, packed_tag, ...
 
typedef E::value_type value_type
 type of elements
 
typedef E::const_reference const_reference
 const reference to an element
 
typedef E::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 E::reference reference
 reference to an element
 
typedef E::closure_type closure_type
 type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself)
 

Detailed Description

template<class E>
struct BFL::boost::numeric::ublas::container_traits< E >

Traits class to extract type information from a matrix or vector CONTAINER.

Definition at line 655 of file asirfilter.h.


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