qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::ActorProxy Class Reference

Internal helper class for actor type and name management. More...

#include <Actor.h>

Inheritance diagram for qb::ActorProxy:

Static Public Member Functions

template<typename _Type>
static auto getType ()
template<typename _Type>
static const char * getName ()

Static Protected Member Functions

template<typename _Type>
static void setType (Actor &actor)
template<typename _Type>
static void setName (Actor &actor)

Detailed Description

Internal helper class for actor type and name management.

Provides mechanisms for setting and retrieving type information for actors, primarily used by the actor factory system.