Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::ICaseOptionServiceContainer Class Referenceabstract

Interface of a service instance container. More...

#include <arcane/core/CaseOptionServiceImpl.h>

Public Member Functions

virtual bool tryCreateService (Integer index, Internal::IServiceFactory2 *factory, const ServiceBuildInfoBase &sbi)=0
virtual bool hasInterfaceImplemented (Internal::IServiceFactory2 *) const =0
virtual void allocate (Integer size)=0
 Allocates an array for size elements.
virtual Integer nbElem () const =0
 Returns the number of elements in the array.

Detailed Description

Interface of a service instance container.

Definition at line 41 of file CaseOptionServiceImpl.h.

Member Function Documentation

◆ allocate()

virtual void Arcane::ICaseOptionServiceContainer::allocate ( Integer size)
pure virtual

Allocates an array for size elements.

Implemented in Arcane::CaseOptionServiceContainer< InterfaceType >.

◆ nbElem()

virtual Integer Arcane::ICaseOptionServiceContainer::nbElem ( ) const
pure virtual

Returns the number of elements in the array.

Implemented in Arcane::CaseOptionServiceContainer< InterfaceType >.


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