Public Member Functions | Protected Attributes
SparseVector< _Scalar, _Options, _Index >::InnerIterator Class Reference

#include <SparseVector.h>

Inheritance diagram for SparseVector< _Scalar, _Options, _Index >::InnerIterator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Index col () const
Index index () const
 InnerIterator (const SparseVector &vec, Index outer=0)
 InnerIterator (const CompressedStorage< Scalar, Index > &data)
template<unsigned int Added, unsigned int Removed>
 InnerIterator (const Flagged< SparseVector, Added, Removed > &vec, Index)
 operator bool () const
InnerIteratoroperator++ ()
Index row () const
Scalar value () const
ScalarvalueRef ()

Protected Attributes

const CompressedStorage
< Scalar, Index > & 
m_data
const Index m_end
Index m_id

Detailed Description

template<typename _Scalar, int _Options, typename _Index>
class SparseVector< _Scalar, _Options, _Index >::InnerIterator

Definition at line 396 of file SparseVector.h.


Constructor & Destructor Documentation

template<typename _Scalar, int _Options, typename _Index>
SparseVector< _Scalar, _Options, _Index >::InnerIterator::InnerIterator ( const SparseVector vec,
Index  outer = 0 
) [inline]

Definition at line 399 of file SparseVector.h.

template<typename _Scalar, int _Options, typename _Index>
SparseVector< _Scalar, _Options, _Index >::InnerIterator::InnerIterator ( const CompressedStorage< Scalar, Index > &  data) [inline]

Definition at line 405 of file SparseVector.h.

template<typename _Scalar, int _Options, typename _Index>
template<unsigned int Added, unsigned int Removed>
SparseVector< _Scalar, _Options, _Index >::InnerIterator::InnerIterator ( const Flagged< SparseVector, Added, Removed > &  vec,
Index   
) [inline]

Definition at line 410 of file SparseVector.h.


Member Function Documentation

template<typename _Scalar, int _Options, typename _Index>
Index SparseVector< _Scalar, _Options, _Index >::InnerIterator::col ( ) const [inline]
template<typename _Scalar, int _Options, typename _Index>
Index SparseVector< _Scalar, _Options, _Index >::InnerIterator::index ( ) const [inline]

Definition at line 419 of file SparseVector.h.

template<typename _Scalar, int _Options, typename _Index>
SparseVector< _Scalar, _Options, _Index >::InnerIterator::operator bool ( ) const [inline]

Definition at line 423 of file SparseVector.h.

template<typename _Scalar, int _Options, typename _Index>
InnerIterator& SparseVector< _Scalar, _Options, _Index >::InnerIterator::operator++ ( ) [inline]

Definition at line 414 of file SparseVector.h.

template<typename _Scalar, int _Options, typename _Index>
Index SparseVector< _Scalar, _Options, _Index >::InnerIterator::row ( ) const [inline]
template<typename _Scalar, int _Options, typename _Index>
Scalar SparseVector< _Scalar, _Options, _Index >::InnerIterator::value ( ) const [inline]

Definition at line 416 of file SparseVector.h.

template<typename _Scalar, int _Options, typename _Index>
Scalar& SparseVector< _Scalar, _Options, _Index >::InnerIterator::valueRef ( ) [inline]

Definition at line 417 of file SparseVector.h.


Member Data Documentation

template<typename _Scalar, int _Options, typename _Index>
const CompressedStorage<Scalar,Index>& SparseVector< _Scalar, _Options, _Index >::InnerIterator::m_data [protected]

Definition at line 426 of file SparseVector.h.

template<typename _Scalar, int _Options, typename _Index>
const Index SparseVector< _Scalar, _Options, _Index >::InnerIterator::m_end [protected]

Definition at line 428 of file SparseVector.h.

template<typename _Scalar, int _Options, typename _Index>
Index SparseVector< _Scalar, _Options, _Index >::InnerIterator::m_id [protected]

Definition at line 427 of file SparseVector.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:26