Jive reference manual
List of all members | Public Member Functions
jive::gl::AppRef< T > Class Template Reference

#include <jive/gl/AppRef.h>

Public Member Functions

 AppRef ()
 
template<class U >
 AppRef (const U &rhs)
 
 AppRef (const AppRef &rhs)
 
AppRefoperator= (const AppRef &rhs)
 
Ref< T > & operator[] (const AppContext &apx)
 
const Ref< T > & operator[] (const AppContext &apx) const
 

Constructor & Destructor Documentation

template<class T >
jive::gl::AppRef< T >::AppRef ( )
template<class T >
template<class U >
jive::gl::AppRef< T >::AppRef ( const U &  rhs)
template<class T >
jive::gl::AppRef< T >::AppRef ( const AppRef< T > &  rhs)

Member Function Documentation

template<class T >
AppRef< T > & jive::gl::AppRef< T >::operator= ( const AppRef< T > &  rhs)
template<class T >
Ref< T > & jive::gl::AppRef< T >::operator[] ( const AppContext apx)
template<class T >
const Ref< T > & jive::gl::AppRef< T >::operator[] ( const AppContext apx) const