qb
2.0.0.0
C++17 Actor Framework
|
Interface for actor factory classes. More...
#include <Actor.h>
Public Member Functions | |
virtual Actor * | create ()=0 |
Creates an actor instance. | |
virtual bool | isService () const =0 |
Checks if the factory creates a service actor. |
Interface for actor factory classes.
Used internally by the framework to abstract actor construction.
|
pure virtual |
Creates an actor instance.
Implemented in qb::TActorFactory< _Actor, _Args >.
|
nodiscardpure virtual |
Checks if the factory creates a service actor.
Implemented in qb::TActorFactory< _Actor, _Args >.