Contains the interface to the UOM array class. More...
#include <iostream>Classes | |
| 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
◆ UNICODESTRING
| #define UNICODESTRING | ( | s | ) | (sizeof(wchar_t) == 4 ? s : UtfConverter::ToUtf8(L ## s)) |
Typedef Documentation
◆ UnitArray
| typedef UnitArrayGen<int> UnitArray |
Function Documentation
◆ operator-()
template<class T >
| UnitArrayGen< T > operator- | ( | const UnitArrayGen< T > & | x | ) |
unary -
◆ operator<<()
template<class T >
| std::ostream & operator<< | ( | std::ostream & | os, |
| const UnitArrayGen< T > & | x | ||
| ) |