"Null" implementation of the IProxyItemVariable interface. Allows having a unit reference variable. More...
Public Member Functions | |
| Real | operator[] (ItemEnumerator) 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. | |
Protected Member Functions | |
| void | deleteMe () |
| Destroys this object. | |
"Null" implementation of the IProxyItemVariable interface. Allows having a unit reference variable.
Definition at line 39 of file LoadBalanceMngInternal.cc.
|
inline |
Definition at line 44 of file LoadBalanceMngInternal.cc.
|
inline |
Definition at line 45 of file LoadBalanceMngInternal.cc.
|
inlineprotectedvirtual |
Destroys this object.
Reimplemented from Arcane::ObjectImpl.
Definition at line 58 of file LoadBalanceMngInternal.cc.
|
inlinevirtual |
Access to the associated family number.
Implements Arcane::IProxyItemVariable.
Definition at line 51 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 47 of file LoadBalanceMngInternal.cc.