#include <parameter_accessor.h>
Public Member Functions | |
ConstParameterProxy (const ParameterAccessor< T > &accessor) | |
operator T () const | |
T | get () const |
Private Attributes | |
const ParameterAccessor< T > & | _accessor |
Definition at line 40 of file parameter_accessor.h.
|
inline |
Constructor: which parameter are we a proxy for?
Definition at line 165 of file parameter_accessor.h.
|
inline |
Getter: get the value of the parameter we access.
Definition at line 176 of file parameter_accessor.h.
References libMesh::ConstParameterProxy< T >::_accessor.
Referenced by libMesh::ParameterProxy< T >::operator=().
|
inline |
Getter: get the value of the parameter we access.
Definition at line 171 of file parameter_accessor.h.
References libMesh::ConstParameterProxy< T >::_accessor.
|
private |
Definition at line 179 of file parameter_accessor.h.
Referenced by libMesh::ConstParameterProxy< T >::get(), and libMesh::ConstParameterProxy< T >::operator T().