Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::Internal Namespace Reference

Internal types of Arcane. More...

Classes

class  IServiceFactory2T
 Factory for a service implementing the InterfaceType interface. More...
class  ServiceAllInterfaceRegisterer
 Class allowing the creation and registration of factories for a service. More...
class  IServiceFactory2
 internal. More...
class  AbstractServiceFactory
 internal. More...
class  ISingletonServiceFactory
 internal. More...
class  DotNetServiceInstance
 Base class for a service instance in C#. More...
class  ServiceInstanceT
 Service instance. More...
class  ServiceFactoryInfo
 Information about the manufacturing of a service or a module. More...
class  IServiceInterfaceFactory
 Interface for a factory function (functor) that creates a service instance corresponding to the InterfaceType interface. More...
class  ServiceFactory2TV2
 Service factory. More...
class  ServiceInterfaceFactory
 Factory for the ServiceType service for the InterfaceType interface. More...
class  IServiceInstanceAdder
class  SingletonServiceFactoryBase
 Base class for factories for singleton services. More...
class  SingletonServiceFactory
 Factory for the singleton service of type ServiceType implementing the Interfaces interfaces. More...
class  ServiceInterfaceRegisterer
 Class allowing the registration of a factory for a service implementing the InterfaceType interface. More...
class  ServiceFinderBase2T
 Utility class to find one or more services implementing the InterfaceType interface. More...
class  ServiceInfoPrivate
class  ServiceInfo
 Information about a service. More...
class  ExternalRef
 Management of references to an external object. More...

Functions

void _SetExternalRefDestroyFunctor (ExternalRef::DestroyFuncType d)

Detailed Description

Internal types of Arcane.

These types should not be used outside of Arcane and their API may be modified at any time.

Function Documentation

◆ _SetExternalRefDestroyFunctor()

void Arcane::Internal::_SetExternalRefDestroyFunctor ( ExternalRef::DestroyFuncType d)

Definition at line 45 of file ExternalRef.cc.