![]() |
LeechCraft
0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
|
#include "oraltypes.h"
Public Types | |
| using | member_type = typename std::decay< typename boost::fusion::result_of::at_c< Seq, Idx >::type >::type |
| using | value_type = typename member_type::value_type |
Public Member Functions | |
| References ()=default | |
| References (value_type t) | |
| template<typename T , typename... Tags> | |
| References (const PKey< T, Tags...> &key) | |
| References & | operator= (const value_type &val) |
| template<typename T , typename... Tags> | |
| References & | operator= (const PKey< T, Tags...> &key) |
| operator value_type () const | |
| const value_type & | operator* () const |
Public Attributes | |
| value_type | Val_ |
Definition at line 120 of file oraltypes.h.
| using LeechCraft::Util::oral::References< Seq, Idx >::member_type = typename std::decay<typename boost::fusion::result_of::at_c<Seq, Idx>::type>::type |
Definition at line 122 of file oraltypes.h.
| using LeechCraft::Util::oral::References< Seq, Idx >::value_type = typename member_type::value_type |
Definition at line 125 of file oraltypes.h.
|
default |
|
inline |
Definition at line 130 of file oraltypes.h.
|
inline |
Definition at line 136 of file oraltypes.h.
|
inline |
Definition at line 154 of file oraltypes.h.
References LeechCraft::Util::oral::References< Seq, Idx >::Val_.
|
inline |
Definition at line 159 of file oraltypes.h.
References LeechCraft::Util::oral::References< Seq, Idx >::Val_.
|
inline |
Definition at line 141 of file oraltypes.h.
References LeechCraft::Util::oral::References< Seq, Idx >::Val_.
|
inline |
Definition at line 148 of file oraltypes.h.
References LeechCraft::Util::oral::References< Seq, Idx >::Val_.
| value_type LeechCraft::Util::oral::References< Seq, Idx >::Val_ |
Definition at line 126 of file oraltypes.h.
Referenced by LeechCraft::Util::oral::References< Seq, Idx >::operator value_type(), LeechCraft::Util::oral::References< Seq, Idx >::operator*(), and LeechCraft::Util::oral::References< Seq, Idx >::operator=().