Libmacro  0.2
Libmacro is an extensible macro and hotkey library.
mcr::Reference< T > Class Template Reference

#include <reference.h>

Public Member Functions

 Reference (Libmacro &context, T *reference=nullptr)
 
 Reference (const Reference &)=default
 
Referenceoperator= (const Reference &)=delete
 
T & operator* () const
 
T * operator-> () const
 
T * operator& () const
 
T * operator() () const
 
Libmacrocontext () const
 

Detailed Description

template<typename T>
class mcr::Reference< T >

Generic pointer reference

Definition at line 33 of file reference.h.


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