![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include "oraltypes.h"
Public Types | |
using | value_type = T |
Public Member Functions | |
PKey ()=default | |
PKey (T val) | |
PKey & | operator= (T val) |
operator value_type () const | |
const value_type & | operator* () const |
Public Attributes | |
T | Val_ |
Definition at line 50 of file oraltypes.h.
using LeechCraft::Util::oral::PKey< T, Tags >::value_type = T |
Definition at line 52 of file oraltypes.h.
|
default |
|
inline |
Definition at line 58 of file oraltypes.h.
|
inline |
Definition at line 69 of file oraltypes.h.
|
inline |
Definition at line 74 of file oraltypes.h.
|
inline |
Definition at line 63 of file oraltypes.h.
T LeechCraft::Util::oral::PKey< T, Tags >::Val_ |
Definition at line 54 of file oraltypes.h.
Referenced by LeechCraft::Util::oral::PKey< int, lco::NoAutogen >::operator value_type(), LeechCraft::Util::oral::PKey< int, lco::NoAutogen >::operator*(), LeechCraft::Util::oral::PKey< int, lco::NoAutogen >::operator=(), and LeechCraft::Util::oral::toString().