|
Squid Web Cache master
|
#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 |
|
inline |
|
inline |
Definition at line 63 of file Generic.h.
References InstanceToSingletonAdapter< C >::theInstance.
|
inline |
Definition at line 65 of file Generic.h.
References InstanceToSingletonAdapter< C >::theInstance.
|
inline |
|
inline |
|
inline |
Definition at line 61 of file Generic.h.
References InstanceToSingletonAdapter< C >::theInstance.
|
inline |
Definition at line 59 of file Generic.h.
References InstanceToSingletonAdapter< C >::theInstance.
|
inline |
Definition at line 57 of file Generic.h.
References InstanceToSingletonAdapter< C >::theInstance.
|
inline |
Definition at line 55 of file Generic.h.
References InstanceToSingletonAdapter< C >::theInstance.
|
private |
Definition at line 68 of file Generic.h.
Referenced by InstanceToSingletonAdapter< C >::operator C const *(), InstanceToSingletonAdapter< C >::operator C*(), InstanceToSingletonAdapter< C >::operator*(), InstanceToSingletonAdapter< C >::operator*(), InstanceToSingletonAdapter< C >::operator->(), and InstanceToSingletonAdapter< C >::operator->().