Loading [MathJax]/extensions/tex2jax.js
Iguana 0.9.0
Implementation Guardian of Analysis Algorithms
iguana::BankDef Struct Reference

#include <BankDefs.h>

Detailed Description

The definition of a bank.

Definition at line 15 of file BankDefs.h.

Public Attributes

std::string name
 the name of the bank
int group
 the group ID of the bank
int item
 the item ID of the bank
std::vector< BankColDefentries
 the set of columns

Member Data Documentation

◆ entries

std::vector<BankColDef> iguana::BankDef::entries

the set of columns

Definition at line 23 of file BankDefs.h.

◆ group

int iguana::BankDef::group

the group ID of the bank

Definition at line 19 of file BankDefs.h.

◆ item

int iguana::BankDef::item

the item ID of the bank

Definition at line 21 of file BankDefs.h.

◆ name

std::string iguana::BankDef::name

the name of the bank

Definition at line 17 of file BankDefs.h.


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