| 
    libMesh
    
   | 
 
#include <parameter_accessor.h>
Public Member Functions | |
| ConstParameterProxy (const ParameterAccessor< T > &accessor) | |
| Constructor: which parameter are we a proxy for?  More... | |
| operator T () const | |
| Getter: get the value of the parameter we access.  More... | |
| T | get () const | 
| Getter: get the value of the parameter we access.  More... | |
| operator boost::multiprecision::backends::float128_backend () const | |
Private Attributes | |
| const ParameterAccessor< T > & | _accessor | 
Definition at line 39 of file parameter_accessor.h.
      
  | 
  inline | 
Constructor: which parameter are we a proxy for?
Definition at line 168 of file parameter_accessor.h.
      
  | 
  inline | 
Getter: get the value of the parameter we access.
Definition at line 179 of file parameter_accessor.h.
References libMesh::ConstParameterProxy< T >::_accessor.
Referenced by libMesh::ParameterProxy< T >::operator=().
      
  | 
  inline | 
Definition at line 182 of file parameter_accessor.h.
References libMesh::ConstParameterProxy< T >::_accessor.
      
  | 
  inline | 
Getter: get the value of the parameter we access.
Definition at line 174 of file parameter_accessor.h.
References libMesh::ConstParameterProxy< T >::_accessor.
      
  | 
  private | 
Definition at line 186 of file parameter_accessor.h.
Referenced by libMesh::ConstParameterProxy< T >::get(), libMesh::ConstParameterProxy< T >::operator boost::multiprecision::backends::float128_backend(), and libMesh::ConstParameterProxy< T >::operator T().
 1.8.16