Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

vector.h File Reference

vector.h File Reference

Go to the source code of this file.

Data Structures

class  ivector< T >
 The base class for specifically sized vectors. More...
class  vector< T, MAX_SIZE_ >
 A vector implementation that uses a fixed size buffer. More...
class  vector< T *, MAX_SIZE_ >
 A vector implementation that uses a fixed size buffer. More...

Namespaces

namespace  etl
 

A multimap with the capacity defined at compile time.


Functions

template<typename T >
bool operator== (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)
 Equal operator.
template<typename T >
bool operator!= (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)
 Not equal operator.
template<typename T >
bool operator< (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)
 Less than operator.
template<typename T >
bool operator> (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)
 Greater than operator.
template<typename T >
bool operator<= (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)
 Less than or equal operator.
template<typename T >
bool operator>= (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)
 Greater than or equal operator.

Detailed Description

Definition in file vector.h.