Bitcoin Core 29.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
mp::ValueField< Value > Class Template Reference

#include <proxy-types.h>

Public Member Functions

 ValueField (Value &value)
 
 ValueField (Value &&value)
 
Value & get ()
 
Value & init ()
 
bool has ()
 

Public Attributes

Value & m_value
 

Detailed Description

template<typename Value>
class mp::ValueField< Value >

Definition at line 19 of file proxy-types.h.

Constructor & Destructor Documentation

◆ ValueField() [1/2]

template<typename Value >
mp::ValueField< Value >::ValueField ( Value &  value)
inline

Definition at line 22 of file proxy-types.h.

◆ ValueField() [2/2]

template<typename Value >
mp::ValueField< Value >::ValueField ( Value &&  value)
inline

Definition at line 23 of file proxy-types.h.

Member Function Documentation

◆ get()

template<typename Value >
Value & mp::ValueField< Value >::get ( )
inline

Definition at line 26 of file proxy-types.h.

◆ has()

template<typename Value >
bool mp::ValueField< Value >::has ( )
inline

Definition at line 28 of file proxy-types.h.

◆ init()

template<typename Value >
Value & mp::ValueField< Value >::init ( )
inline

Definition at line 27 of file proxy-types.h.

Member Data Documentation

◆ m_value

template<typename Value >
Value& mp::ValueField< Value >::m_value

Definition at line 24 of file proxy-types.h.


The documentation for this class was generated from the following file: