rippled
Public Types | Public Member Functions | Static Public Member Functions | List of all members
ripple::STExchange< STBlob, Buffer > Struct Reference

Public Types

using value_type = Buffer
 

Public Member Functions

 STExchange ()=default
 

Static Public Member Functions

static void get (std::optional< Buffer > &t, STBlob const &u)
 
static std::unique_ptr< STBlobset (TypedField< STBlob > const &f, Buffer const &t)
 
static std::unique_ptr< STBlobset (TypedField< STBlob > const &f, Buffer &&t)
 

Detailed Description

Definition at line 84 of file STExchange.h.

Member Typedef Documentation

◆ value_type

Definition at line 88 of file STExchange.h.

Constructor & Destructor Documentation

◆ STExchange()

ripple::STExchange< STBlob, Buffer >::STExchange ( )
explicitdefault

Member Function Documentation

◆ get()

static void ripple::STExchange< STBlob, Buffer >::get ( std::optional< Buffer > &  t,
STBlob const &  u 
)
static

Definition at line 91 of file STExchange.h.

◆ set() [1/2]

static std::unique_ptr<STBlob> ripple::STExchange< STBlob, Buffer >::set ( TypedField< STBlob > const &  f,
Buffer const &  t 
)
static

Definition at line 97 of file STExchange.h.

◆ set() [2/2]

static std::unique_ptr<STBlob> ripple::STExchange< STBlob, Buffer >::set ( TypedField< STBlob > const &  f,
Buffer &&  t 
)
static

Definition at line 103 of file STExchange.h.