Class ActorHandle

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 Actor *operator->()

Access the underlying Actor.

inline const Actor *operator->() const

Access the underlying Actor, but constant.

inline bool IsNull()

Check if this is a “null” handle.

Returns:

Whether this handle is managing an Actor or not