rippled
|
Classes | |
struct | BasicValue |
struct | Value |
Public Member Functions | |
LocalValues ()=default | |
Static Public Member Functions | |
static void | cleanup (LocalValues *lvs) |
Public Attributes | |
bool | onCoro = true |
std::unordered_map< void const *, std::unique_ptr< BasicValue > > | values |
Definition at line 31 of file LocalValue.h.
|
explicitdefault |
|
static |
Definition at line 65 of file LocalValue.h.
bool ripple::detail::LocalValues::onCoro = true |
Definition at line 35 of file LocalValue.h.
std::unordered_map<void const*, std::unique_ptr<BasicValue> > ripple::detail::LocalValues::values |
Definition at line 62 of file LocalValue.h.