Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
wallet::OutputGroupTypeMap Struct Reference

Stores several 'Groups' whose were mapped by output type. More...

#include <coinselection.h>

Collaboration diagram for wallet::OutputGroupTypeMap:
[legend]

Public Member Functions

void Push (const OutputGroup &group, OutputType type, bool insert_positive, bool insert_mixed)
 
size_t TypesCount ()
 

Public Attributes

std::map< OutputType, Groupsgroups_by_type
 
Groups all_groups
 

Detailed Description

Stores several 'Groups' whose were mapped by output type.

Definition at line 277 of file coinselection.h.

Member Function Documentation

◆ Push()

void wallet::OutputGroupTypeMap::Push ( const OutputGroup group,
OutputType  type,
bool  insert_positive,
bool  insert_mixed 
)

Definition at line 780 of file coinselection.cpp.

◆ TypesCount()

size_t wallet::OutputGroupTypeMap::TypesCount ( )
inline

Definition at line 288 of file coinselection.h.

Here is the caller graph for this function:

Member Data Documentation

◆ all_groups

Groups wallet::OutputGroupTypeMap::all_groups

Definition at line 282 of file coinselection.h.

◆ groups_by_type

std::map<OutputType, Groups> wallet::OutputGroupTypeMap::groups_by_type

Definition at line 280 of file coinselection.h.


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