Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Interface< T >::Registrar Class Reference

#include <Interface.h>

Inherits T.

Detailed Description

template<typename T>
class AZ::Interface< T >::Registrar

A helper utility RAII mixin class that will register / unregister within the constructor / destructor, respectively.

Example Usage:

class System
: public Interface<ISystem>::Registrar
{
};
Definition: Interface.h:62

The documentation for this class was generated from the following file: