Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::ProxyItemVariableNull Class Reference

"Null" implementation of the IProxyItemVariable interface. Allows having a unit reference variable. More...

Inheritance diagram for Arcane::ProxyItemVariableNull:
Collaboration diagram for Arcane::ProxyItemVariableNull:

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.

Detailed Description

"Null" implementation of the IProxyItemVariable interface. Allows having a unit reference variable.

Definition at line 39 of file LoadBalanceMngInternal.cc.

Constructor & Destructor Documentation

◆ ProxyItemVariableNull()

Arcane::ProxyItemVariableNull::ProxyItemVariableNull ( )
inline

Definition at line 44 of file LoadBalanceMngInternal.cc.

◆ ~ProxyItemVariableNull()

Arcane::ProxyItemVariableNull::~ProxyItemVariableNull ( )
inline

Definition at line 45 of file LoadBalanceMngInternal.cc.

Member Function Documentation

◆ deleteMe()

void Arcane::ProxyItemVariableNull::deleteMe ( )
inlineprotectedvirtual

Destroys this object.

Reimplemented from Arcane::ObjectImpl.

Definition at line 58 of file LoadBalanceMngInternal.cc.

◆ getPos()

Integer Arcane::ProxyItemVariableNull::getPos ( ) const
inlinevirtual

Access to the associated family number.

Implements Arcane::IProxyItemVariable.

Definition at line 51 of file LoadBalanceMngInternal.cc.

◆ operator[]()

Real Arcane::ProxyItemVariableNull::operator[] ( ItemEnumerator i) const
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.


The documentation for this class was generated from the following file: