CommonLibSSE NG
Loading...
Searching...
No Matches
RE::BSResponse< Type, Handler, Parameter, Parent > Class Template Reference

#include <BSResponse.h>

Inheritance diagram for RE::BSResponse< Type, Handler, Parameter, Parent >:
RE::BSIntrusiveRefCounted

Public Types

using functor_type = IHandlerFunctor< Handler, Parameter >
 

Public Member Functions

 BSResponse ()=default
 
 ~BSResponse () override=default
 
BSTSmartPointer< functor_typeGetHandler (const Type &a_type)
 
- Public Member Functions inherited from RE::BSIntrusiveRefCounted
std::uint32_t IncRef () const
 
std::uint32_t DecRef () const
 
 TES_HEAP_REDEFINE_NEW ()
 

Public Attributes

BSTHashMap< Type, BSTSmartPointer< functor_type > > handlerMap
 
BSTSmartPointer< BSResponse< Type, Handler, Parameter, Parent > > backupResponse
 

Additional Inherited Members

- Protected Attributes inherited from RE::BSIntrusiveRefCounted
volatile std::uint32_t _refCount { 0 }
 

Member Typedef Documentation

◆ functor_type

template<class Type , class Handler , class Parameter , template< class > class Parent>
using RE::BSResponse< Type, Handler, Parameter, Parent >::functor_type = IHandlerFunctor<Handler, Parameter>

Constructor & Destructor Documentation

◆ BSResponse()

template<class Type , class Handler , class Parameter , template< class > class Parent>
RE::BSResponse< Type, Handler, Parameter, Parent >::BSResponse ( )
default

◆ ~BSResponse()

template<class Type , class Handler , class Parameter , template< class > class Parent>
RE::BSResponse< Type, Handler, Parameter, Parent >::~BSResponse ( )
overridedefault

Member Function Documentation

◆ GetHandler()

template<class Type , class Handler , class Parameter , template< class > class Parent>
BSTSmartPointer< functor_type > RE::BSResponse< Type, Handler, Parameter, Parent >::GetHandler ( const Type &  a_type)
inline

Member Data Documentation

◆ backupResponse

template<class Type , class Handler , class Parameter , template< class > class Parent>
BSTSmartPointer<BSResponse<Type, Handler, Parameter, Parent> > RE::BSResponse< Type, Handler, Parameter, Parent >::backupResponse

◆ handlerMap

template<class Type , class Handler , class Parameter , template< class > class Parent>
BSTHashMap<Type, BSTSmartPointer<functor_type> > RE::BSResponse< Type, Handler, Parameter, Parent >::handlerMap

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