#include <source/ariba/utility/vtypes/vfacade.hpp>
Public Member Functions | |
vfacade () | |
template<class Y> | |
vfacade (const Y &_value) | |
template<class Y> | |
vfacade< X > & | operator= (const Y &_value) |
vfacade (const vfacade< X > &v) | |
vfacade< X > & | operator= (const vfacade< X > &v) |
X * | operator-> () |
const X * | operator-> () const |
Private Attributes | |
X | value |
Definition at line 112 of file vfacade.hpp.
Definition at line 117 of file vfacade.hpp.
X* vfacade< X >::operator-> | ( | ) | [inline] |
const X* vfacade< X >::operator-> | ( | ) | const [inline] |
Definition at line 114 of file vfacade.hpp.
Referenced by vfacade< X >::operator->(), vfacade< X >::operator=(), and vfacade< X >::vfacade().