bux API Reference 1.11.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 |
|
inline |
|
inline |
|
inline |
C_Ptr<T>& bux::C_RetLvalT< T, C_Ptr >::m_lval |