|
AndroMeta
2.0.0
|
Extends the standard vector type, adding some useful convenience methods. More...
#include <vector>#include <ostream>#include <algorithm>Go to the source code of this file.
Classes | |
| class | Meta::MVector< T, A > |
| Extends the standard vector type, adding some useful convenience methods. More... | |
| class | Meta::MVector< T, A >::neg_ |
| class | Meta::MVector< T, A >::addA1_ |
| class | Meta::MVector< T, A >::addA2_ |
| class | Meta::MVector< T, A >::subA1_ |
| class | Meta::MVector< T, A >::subA2_ |
| class | Meta::MVector< T, A >::mulA1_ |
| class | Meta::MVector< T, A >::mulA2_ |
| class | Meta::MVector< T, A >::divA1_ |
| class | Meta::MVector< T, A >::divA2_ |
| class | Meta::MVector< T, A >::modA1_ |
| class | Meta::MVector< T, A >::modA2_ |
Functions | |
| template<class T , class Allocator > | |
| bool | Meta::operator== (const MVector< T, Allocator > &x, const MVector< T, Allocator > &y) |
| template<class T , class Allocator > | |
| bool | Meta::operator!= (const MVector< T, Allocator > &x, const MVector< T, Allocator > &y) |
| template<class T , class Allocator > | |
| bool | Meta::operator< (const MVector< T, Allocator > &x, const MVector< T, Allocator > &y) |
| template<class T , class Allocator > | |
| bool | Meta::operator> (const MVector< T, Allocator > &x, const MVector< T, Allocator > &y) |
| template<class T , class Allocator > | |
| bool | Meta::operator>= (const MVector< T, Allocator > &x, const MVector< T, Allocator > &y) |
| template<class T , class Allocator > | |
| bool | Meta::operator<= (const MVector< T, Allocator > &x, const MVector< T, Allocator > &y) |
| template<typename T > | |
| std::ostream & | Meta::operator<< (std::ostream &ostr, const MVector< T > &v) |
Extends the standard vector type, adding some useful convenience methods.
1.7.6.1