| Theron::Actor | Actor baseclass |
| Theron::ActorRef | Used in user code to reference an actor |
| Theron::Address | The unique address of an entity that can send or receive messages |
| Theron::AllocatorManager | Singleton class that manages allocators for use by Theron |
| Theron::Framework | The manager class that hosts, manages, and run actors Users should construct an instance of the Framework non-actor application code before creating any actors |
| Theron::IAllocator | Interface describing a general-purpose memory allocator |
| Theron::Receiver | A standalone entity that can accept messages sent by actors A receiver can be instantiated in non-actor user code |
1.6.3