Implementation of the IProxyItemVariable interface. More...
Public Member Functions | |
| ProxyItemVariable (IVariable *var, Integer pos=0) | |
| Real | operator[] (ItemEnumerator i) const |
| Access to the value associated with a mesh entity, in the form of a Real. | |
| Integer | getPos () const |
| Access to the associated family number. | |
| Public Member Functions inherited from Arcane::ObjectImpl | |
| ObjectImpl (const ObjectImpl &rhs)=delete | |
| ObjectImpl & | operator= (const ObjectImpl &rhs)=delete |
| void | addRef () |
| Increments the reference counter. | |
| void | removeRef () |
| Decrements the reference counter. | |
| Int32 | refCount () const |
| Returns the value of the reference counter. | |
| virtual void | deleteMe () |
| Destroys this object. | |
Private Attributes | |
| ItemVariableScalarRefT< DataType > | m_var |
| Integer | m_pos |
Implementation of the IProxyItemVariable interface.
Templated by the data type associated with the variable.
Definition at line 71 of file LoadBalanceMngInternal.cc.
|
inlineexplicit |
Definition at line 76 of file LoadBalanceMngInternal.cc.
|
inline |
Definition at line 81 of file LoadBalanceMngInternal.cc.
|
inlinevirtual |
Access to the associated family number.
Implements Arcane::IProxyItemVariable.
Definition at line 87 of file LoadBalanceMngInternal.cc.
|
inlinevirtual |
Access to the value associated with a mesh entity, in the form of a Real.
Implements Arcane::IProxyItemVariable.
Definition at line 83 of file LoadBalanceMngInternal.cc.
|
private |
Definition at line 95 of file LoadBalanceMngInternal.cc.
|
private |
Definition at line 94 of file LoadBalanceMngInternal.cc.