AndroMeta  2.0.0
Classes | Functions
AndroMeta/include/AndroMeta/MList.h File Reference

Extends the standard list type, adding some useful convenience methods. More...

#include <list>
#include <iterator>
#include <sstream>
#include <iostream>
#include <AndroMeta/MError.h>

Go to the source code of this file.

Classes

class  Meta::MList< T, Allocator >
 Extends the standard list type, adding some useful convenience methods. More...

Functions

template<class T , class Allocator >
bool Meta::operator== (const MList< T, Allocator > &x, const MList< T, Allocator > &y)
template<class T , class Allocator >
bool Meta::operator< (const MList< T, Allocator > &x, const MList< T, Allocator > &y)
template<class T , class Allocator >
bool Meta::operator!= (const MList< T, Allocator > &x, const MList< T, Allocator > &y)
template<class T , class Allocator >
bool Meta::operator> (const MList< T, Allocator > &x, const MList< T, Allocator > &y)
template<class T , class Allocator >
bool Meta::operator>= (const MList< T, Allocator > &x, const MList< T, Allocator > &y)
template<class T , class Allocator >
bool Meta::operator<= (const MList< T, Allocator > &x, const MList< T, Allocator > &y)
template<typename T >
std::ostream & Meta::operator<< (std::ostream &ostr, const MList< T > &v)

Detailed Description

Extends the standard list type, adding some useful convenience methods.