70 template<
typename T, 
typename... Args>
    77 #include <globjects/base/ref_ptr.inl> bool operator>(const ref_ptr &reference) const 
 
The ref_ptr class provides the interface for a reference pointer. 
Definition: LogMessageBuilder.h:20
 
Contains all the classes that wrap OpenGL functionality. 
 
ref_ptr & operator=(T *referenced)
 
const Referenced * m_referenced
Definition: ref_ptr.h:67
 
bool operator==(const ref_ptr &reference) const 
 
bool operator!=(const ref_ptr &reference) const 
 
ref_ptr< T > make_ref(Args &&...args)
 
Superclass for all classes that use reference counting in globjects. 
Definition: Referenced.h:22
 
bool operator<(const ref_ptr &reference) const