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