Contains the interface to the UOM array class. More...
#include <iostream>
Classes | |
class | UnitArrayGen< T > |
class | UnitArrayGen< T > |
Macros | |
#define | UNICODESTRING(s) (sizeof(wchar_t) == 4 ? s : UtfConverter::ToUtf8(L ## s)) |
Typedefs | |
typedef UnitArrayGen< int > | UnitArray |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &os, const UnitArrayGen< T > &x) |
template<class T > | |
UnitArrayGen< T > | operator- (const UnitArrayGen< T > &x) |
unary - More... | |
Detailed Description
Contains the interface to the UOM array class.
This file is part of LIBPF All rights reserved; do not distribute without permission.
Macro Definition Documentation
#define UNICODESTRING | ( | s | ) | (sizeof(wchar_t) == 4 ? s : UtfConverter::ToUtf8(L ## s)) |
Typedef Documentation
typedef UnitArrayGen<int> UnitArray |
Function Documentation
template<class T >
UnitArrayGen<T> operator- | ( | const UnitArrayGen< T > & | x | ) |
unary -
template<class T >
std::ostream& operator<< | ( | std::ostream & | os, |
const UnitArrayGen< T > & | x | ||
) |