|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <UbTuple.h>
Public Types | |
| using | BaseT = UbDuo< P1, void > |
Public Types inherited from UbDuo< P1, void > | |
| enum | |
| using | Type1 = P1 |
| using | Type2 = void |
Public Member Functions | |
| UbTuple ()=default | |
| UbTuple (typename UbTypeOp< P1 >::RefConstT a1, typename UbTypeOp< UbNullT >::RefConstT=UbNullT(), typename UbTypeOp< UbNullT >::RefConstT=UbNullT(), typename UbTypeOp< UbNullT >::RefConstT=UbNullT(), typename UbTypeOp< UbNullT >::RefConstT=UbNullT(), typename UbTypeOp< UbNullT >::RefConstT=UbNullT(), typename UbTypeOp< UbNullT >::RefConstT=UbNullT(), typename UbTypeOp< UbNullT >::RefConstT=UbNullT()) | |
| template<typename U1 > | |
| UbTuple< P1 > & | operator= (const UbTuple< U1 > &rhs) |
Public Member Functions inherited from UbDuo< P1, void > | |
| UbDuo () | |
| UbDuo (P1 const &a, void const &b) | |
| UbDuo (UbDuo< U1, U2 > const &d) | |
| UbDuo< P1, void > & | operator= (UbDuo< U1, U2 > const &d) |
| P1 & | v1 () |
| P1 const & | v1 () const |
| void & | v2 () |
| void const & | v2 () const |
|
inline |