ICRS Eurobot 2013

Dependencies:   mbed mbed-rtos Servo QEI

Embed: (wiki syntax)

« Back to documentation index

VectorConstReference< T, Sz > Class Template Reference

VectorConstReference< T, Sz > Class Template Reference

Const value iterator for ET. More...

#include <tvmet/Vector.h>

Inherits TvmetBase< VectorConstReference< T, Sz > >.

Public Types

enum  { Size = Sz }
 

Dimensions.

More...
enum  
 

Complexity counter.

More...

Public Member Functions

 VectorConstReference (const Vector< T, Size > &rhs)
 Constructor.
 VectorConstReference (const_pointer data)
 Constructor by a given memory pointer.
value_type operator() (std::size_t i) const
 access by index.

Detailed Description

template<class T, std::size_t Sz>
class tvmet::VectorConstReference< T, Sz >

Const value iterator for ET.

Definition at line 48 of file Vector.h.


Member Enumeration Documentation

anonymous enum

Dimensions.

Enumerator:
Size 

The size of the vector.

Definition at line 58 of file Vector.h.

anonymous enum

Complexity counter.

Definition at line 64 of file Vector.h.


Constructor & Destructor Documentation

VectorConstReference ( const Vector< T, Size > &  rhs ) [explicit]

Constructor.

Definition at line 74 of file Vector.h.

VectorConstReference ( const_pointer  data ) [explicit]

Constructor by a given memory pointer.

Definition at line 79 of file Vector.h.


Member Function Documentation

value_type operator() ( std::size_t  i ) const

access by index.

Definition at line 85 of file Vector.h.