Bitcoin Core 31.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
FieldList Struct Reference

Public Member Functions

void addField (const ::capnp::StructSchema::Field &schema_field, bool param, bool result)
 
void mergeFields ()
 

Public Attributes

std::vector< Fieldfields
 
std::map< kj::StringPtr, int > field_idx
 
bool has_result = false
 

Detailed Description

Definition at line 143 of file gen.cpp.

Member Function Documentation

◆ addField()

void FieldList::addField ( const ::capnp::StructSchema::Field &  schema_field,
bool  param,
bool  result 
)
inline

Definition at line 149 of file gen.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mergeFields()

void FieldList::mergeFields ( )
inline

Definition at line 193 of file gen.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ field_idx

std::map<kj::StringPtr, int> FieldList::field_idx

Definition at line 146 of file gen.cpp.

◆ fields

std::vector<Field> FieldList::fields

Definition at line 145 of file gen.cpp.

◆ has_result

bool FieldList::has_result = false

Definition at line 147 of file gen.cpp.


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