![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include "oraltypes.h"
Public Types | |
using | value_type = T |
Public Member Functions | |
IndirectHolderBase ()=default | |
IndirectHolderBase (T val) | |
template<typename U = T, typename Sub = typename U::value_type> | |
IndirectHolderBase (Sub val) | |
Concrete & | operator= (T val) |
operator value_type () const | |
const value_type & | operator* () const |
const value_type * | operator-> () const |
Public Attributes | |
T | Val_ |
Definition at line 49 of file oraltypes.h.
using LC::Util::oral::IndirectHolderBase< T, Concrete >::value_type = T |
Definition at line 51 of file oraltypes.h.
|
default |
|
inline |
Definition at line 57 of file oraltypes.h.
|
inline |
Definition at line 63 of file oraltypes.h.
|
inline |
Definition at line 74 of file oraltypes.h.
|
inline |
Definition at line 79 of file oraltypes.h.
|
inline |
Definition at line 84 of file oraltypes.h.
|
inline |
Definition at line 68 of file oraltypes.h.
T LC::Util::oral::IndirectHolderBase< T, Concrete >::Val_ |
Definition at line 53 of file oraltypes.h.
Referenced by LC::Util::oral::IndirectHolderBase< T, PKey< T, Tags... > >::operator value_type(), LC::Util::oral::IndirectHolderBase< T, PKey< T, Tags... > >::operator*(), LC::Util::oral::IndirectHolderBase< T, PKey< T, Tags... > >::operator->(), and LC::Util::oral::IndirectHolderBase< T, PKey< T, Tags... > >::operator=().