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

Interface of the dispatcher container. More...

#include <arccore/message_passing/IDispatchers.h>

Public Member Functions

virtual ITypeDispatcher< char > * dispatcher (char *)=0
virtual ITypeDispatcher< signed char > * dispatcher (signed char *)=0
virtual ITypeDispatcher< unsigned char > * dispatcher (unsigned char *)=0
virtual ITypeDispatcher< short > * dispatcher (short *)=0
virtual ITypeDispatcher< unsigned short > * dispatcher (unsigned short *)=0
virtual ITypeDispatcher< int > * dispatcher (int *)=0
virtual ITypeDispatcher< unsigned int > * dispatcher (unsigned int *)=0
virtual ITypeDispatcher< long > * dispatcher (long *)=0
virtual ITypeDispatcher< unsigned long > * dispatcher (unsigned long *)=0
virtual ITypeDispatcher< long long > * dispatcher (long long *)=0
virtual ITypeDispatcher< unsigned long long > * dispatcher (unsigned long long *)=0
virtual ITypeDispatcher< float > * dispatcher (float *)=0
virtual ITypeDispatcher< double > * dispatcher (double *)=0
virtual ITypeDispatcher< long double > * dispatcher (long double *)=0
virtual ITypeDispatcher< BFloat16 > * dispatcher (BFloat16 *)=0
virtual ITypeDispatcher< Float16 > * dispatcher (Float16 *)=0
virtual IControlDispatchercontrolDispatcher ()=0
virtual ISerializeDispatcherserializeDispatcher ()=0

Detailed Description

Interface of the dispatcher container.

Definition at line 32 of file IDispatchers.h.


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