Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
Permissible< T > Class Template Referenceabstract

#include <FactoryHolder.h>

Public Member Functions

virtual int Permit (const T *) const =0
virtual ~Permissible ()

Detailed Description

template<class T>
class Permissible< T >

Permissible is a classic way of letting the object decide whether how good they handle things. This is not retricted to factory selectors.

Definition at line 42 of file FactoryHolder.h.

Constructor & Destructor Documentation

◆ ~Permissible()

template<class T>
virtual Permissible< T >::~Permissible ( )
inlinevirtual

Definition at line 45 of file FactoryHolder.h.

Member Function Documentation

◆ Permit()

template<class T>
virtual int Permissible< T >::Permit ( const T * ) const
pure virtual

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