Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::EmptyIndexedSpace Class Reference
Inheritance diagram for Arcane::EmptyIndexedSpace:
Collaboration diagram for Arcane::EmptyIndexedSpace:

Public Member Functions

 EmptyIndexedSpace (const IndexedSpace &src)
bool isSubspace (const IndexedSpace &other) const
 Return whether the given space is a subspace.
bool isSame (const IndexedSpace &other) const
 Return if the given space and us are the same.
bool isCompatible (const IndexedSpace &other) const
 Return if the spaces can interoperate.
Public Member Functions inherited from Arcane::IndexedSpace
 IndexedSpace (const IndexedSpace &src)
IndexedSpace & operator= (const IndexedSpace &src)

Detailed Description

Definition at line 57 of file IndexedSpace.h.

Constructor & Destructor Documentation

◆ EmptyIndexedSpace() [1/2]

Arcane::EmptyIndexedSpace::EmptyIndexedSpace ( )
inline

Definition at line 60 of file IndexedSpace.h.

◆ EmptyIndexedSpace() [2/2]

Arcane::EmptyIndexedSpace::EmptyIndexedSpace ( const IndexedSpace & src)
inline

Definition at line 61 of file IndexedSpace.h.

◆ ~EmptyIndexedSpace()

Arcane::EmptyIndexedSpace::~EmptyIndexedSpace ( )
inline

Definition at line 63 of file IndexedSpace.h.

Member Function Documentation

◆ isCompatible()

bool Arcane::EmptyIndexedSpace::isCompatible ( const IndexedSpace & other) const
inlinevirtual

Return if the spaces can interoperate.

Reimplemented from Arcane::IndexedSpace.

Definition at line 78 of file IndexedSpace.h.

◆ isSame()

bool Arcane::EmptyIndexedSpace::isSame ( const IndexedSpace & other) const
inlinevirtual

Return if the given space and us are the same.

Reimplemented from Arcane::IndexedSpace.

Definition at line 73 of file IndexedSpace.h.

◆ isSubspace()

bool Arcane::EmptyIndexedSpace::isSubspace ( const IndexedSpace & other) const
inlinevirtual

Return whether the given space is a subspace.

Reimplemented from Arcane::IndexedSpace.

Definition at line 68 of file IndexedSpace.h.


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