rippled
Public Member Functions | Public Attributes | List of all members
ripple::detail::LocalValues::Value< T > Struct Template Reference
Inheritance diagram for ripple::detail::LocalValues::Value< T >:
Inheritance graph
[legend]
Collaboration diagram for ripple::detail::LocalValues::Value< T >:
Collaboration graph
[legend]

Public Member Functions

 Value ()=default
 
 Value (T const &t)
 
void * get () override
 

Public Attributes

t_
 

Detailed Description

template<class T>
struct ripple::detail::LocalValues::Value< T >

Definition at line 45 of file LocalValue.h.

Constructor & Destructor Documentation

◆ Value() [1/2]

template<class T >
ripple::detail::LocalValues::Value< T >::Value ( )
default

◆ Value() [2/2]

template<class T >
ripple::detail::LocalValues::Value< T >::Value ( T const &  t)
explicit

Definition at line 50 of file LocalValue.h.

Member Function Documentation

◆ get()

template<class T >
void* ripple::detail::LocalValues::Value< T >::get ( )
overridevirtual

Implements ripple::detail::LocalValues::BasicValue.

Definition at line 55 of file LocalValue.h.

Member Data Documentation

◆ t_

template<class T >
T ripple::detail::LocalValues::Value< T >::t_

Definition at line 47 of file LocalValue.h.