Embedded Template Library 1.0
ivectorpointer.h File Reference
#include "pvoidvector.h"

Go to the source code of this file.

Classes

class  etl::ivector< T * >
 
class  etl::ivector< const T * >
 

Namespaces

namespace  etl
 bitset_ext
 

Functions

template<typename T >
bool etl::operator== (const etl::ivector< T * > &lhs, const etl::ivector< T * > &rhs)
 
template<typename T >
bool etl::operator!= (const etl::ivector< T * > &lhs, const etl::ivector< T * > &rhs)
 
template<typename T >
bool etl::operator< (const etl::ivector< T * > &lhs, const etl::ivector< T * > &rhs)
 
template<typename T >
bool etl::operator> (const etl::ivector< T * > &lhs, const etl::ivector< T * > &rhs)
 
template<typename T >
bool etl::operator<= (const etl::ivector< T * > &lhs, const etl::ivector< T * > &rhs)
 
template<typename T >
bool etl::operator>= (const etl::ivector< T * > &lhs, const etl::ivector< T * > &rhs)
 
bool etl::pvoidvector_equal (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)
 
bool etl::pvoidvector_not_equal (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)
 
bool etl::pvoidvector_less_than (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)
 
bool etl::pvoidvector_greater_than (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)
 
bool etl::pvoidvector_less_than_equal (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)
 
bool etl::pvoidvector_greater_than_equal (const etl::pvoidvector &lhs, const etl::pvoidvector &rhs)