Class ActorHandle
Defined in File Actor.hpp
Class Documentation
-
class ActorHandle
An ownership-management handle for Actors to maintain the actor tree.
Public Functions
-
inline ActorHandle()
Create a new “null” ActorHandle pointing to nothing.
-
inline bool IsNull()
Check if this is a “null” handle.
- Returns:
Whether this handle is managing an Actor or not
-
inline ActorHandle()