bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
#include <LexBase.h>
Public Member Functions | |
C_RetLvalT (C_Ptr< T > &lval) | |
template<class T2 > | |
void | operator= (C_LexInfoT< T2, C_Ptr > &rval) const |
template<class T2 > | |
void | operator= (C_Ptr< T2 > &rval) const |
void | operator= (T *ptr) const |
T & | operator* () const |
Public Attributes | |
C_Ptr< T > & | m_lval |
|
inline |
|
inline |
Definition at line 86 of file LexBase.h.
References bux::C_RetLvalT< T, C_Ptr >::m_lval.
|
inline |
Definition at line 82 of file LexBase.h.
References bux::C_LexInfoT< T, C_Ptr >::m_attr, and bux::C_RetLvalT< T, C_Ptr >::m_lval.
|
inline |
Definition at line 84 of file LexBase.h.
References bux::C_RetLvalT< T, C_Ptr >::m_lval.
|
inline |
Definition at line 85 of file LexBase.h.
References bux::C_RetLvalT< T, C_Ptr >::m_lval.
C_Ptr<T>& bux::C_RetLvalT< T, C_Ptr >::m_lval |
Definition at line 77 of file LexBase.h.
Referenced by bux::C_RetLvalT< T, C_Ptr >::operator*(), bux::C_RetLvalT< T, C_Ptr >::operator=(), bux::C_RetLvalT< T, C_Ptr >::operator=(), and bux::C_RetLvalT< T, C_Ptr >::operator=().