#include <Generic.h>
Public Member Functions | |
void * | operator new (size_t byteCount) |
void | operator delete (void *address) |
InstanceToSingletonAdapter (C const *instance) | |
C const * | operator-> () const |
C * | operator-> () |
C const & | operator* () const |
C & | operator* () |
operator C const * () const | |
operator C* () | |
Private Attributes | |
C const * | theInstance |
Detailed Description
Constructor & Destructor Documentation
◆ InstanceToSingletonAdapter()
|
inline |
Member Function Documentation
◆ operator C const *()
|
inline |
Definition at line 63 of file Generic.h.
References InstanceToSingletonAdapter< C >::theInstance.
◆ operator C*()
|
inline |
Definition at line 65 of file Generic.h.
References C, and InstanceToSingletonAdapter< C >::theInstance.
◆ operator delete()
|
inline |
◆ operator new()
|
inline |
◆ operator*() [1/2]
|
inline |
Definition at line 61 of file Generic.h.
References C, and InstanceToSingletonAdapter< C >::theInstance.
◆ operator*() [2/2]
|
inline |
Definition at line 59 of file Generic.h.
References InstanceToSingletonAdapter< C >::theInstance.
◆ operator->() [1/2]
|
inline |
Definition at line 57 of file Generic.h.
References C, and InstanceToSingletonAdapter< C >::theInstance.
◆ operator->() [2/2]
|
inline |
Definition at line 55 of file Generic.h.
References InstanceToSingletonAdapter< C >::theInstance.
Member Data Documentation
◆ theInstance
|
private |
Definition at line 68 of file Generic.h.
Referenced by InstanceToSingletonAdapter< C >::operator C const *(), InstanceToSingletonAdapter< C >::operator C*(), InstanceToSingletonAdapter< C >::operator*(), and InstanceToSingletonAdapter< C >::operator->().
The documentation for this class was generated from the following file:
- src/Generic.h