Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CachableAmount Struct Reference

Cachable amount subdivided into watchonly and spendable parts. More...

#include <ismine.h>

Collaboration diagram for CachableAmount:
[legend]

Public Member Functions

void Reset ()
 
void Set (isminefilter filter, Amount value)
 

Public Attributes

std::bitset< ISMINE_ENUM_ELEMENTSm_cached
 
Amount m_value [ISMINE_ENUM_ELEMENTS]
 

Detailed Description

Cachable amount subdivided into watchonly and spendable parts.

Definition at line 34 of file ismine.h.

Member Function Documentation

◆ Reset()

void CachableAmount::Reset ( )
inline

Definition at line 38 of file ismine.h.

Here is the caller graph for this function:

◆ Set()

void CachableAmount::Set ( isminefilter  filter,
Amount  value 
)
inline

Definition at line 39 of file ismine.h.

Here is the caller graph for this function:

Member Data Documentation

◆ m_cached

std::bitset<ISMINE_ENUM_ELEMENTS> CachableAmount::m_cached

Definition at line 36 of file ismine.h.

◆ m_value

Amount CachableAmount::m_value[ISMINE_ENUM_ELEMENTS]

Definition at line 37 of file ismine.h.


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