|
AndroMeta
2.0.0
|
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) |
Extends the standard list type, adding some useful convenience methods.
1.7.6.1