#include <StandardMatrix.hpp>
Private Attributes |
DataType & | m_value |
Detailed Description
template<typename DataType>
class Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy
Definition at line 417 of file StandardMatrix.hpp.
Constructor & Destructor Documentation
template<typename DataType >
Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy::Proxy |
( |
| ) |
|
|
inline |
template<typename DataType >
Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy::Proxy |
( |
DataType & |
value | ) |
|
|
inlineexplicit |
template<typename DataType >
Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy::Proxy |
( |
const Proxy & |
rhs | ) |
|
|
inline |
Member Function Documentation
template<typename DataType >
Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy::operator const DataType & |
( |
| ) |
const |
|
inline |
template<typename DataType >
Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy::operator DataType & |
( |
| ) |
|
|
inline |
template<typename DataType >
DataType& Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy::operator* |
( |
| ) |
|
|
inline |
template<typename DataType >
const DataType& Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy::operator* |
( |
| ) |
const |
|
inline |
template<typename DataType >
Proxy& Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy::operator= |
( |
const Proxy & |
rhs | ) |
|
|
inline |
template<typename DataType >
void Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy::operator= |
( |
const DataType & |
newValue | ) |
|
|
inline |
Member Data Documentation
template<typename DataType >
DataType Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy::defaultReturnValue |
|
staticprivate |
template<typename DataType >
DataType& Nektar::NekMatrix< DataType, StandardMatrixTag >::Proxy::m_value |
|
private |