![]() |
Iguana 0.9.0
Implementation Guardian of Analysis Algorithms
|
#include <BankDefs.h>
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< BankColDef > | entries |
the set of columns |
std::vector<BankColDef> iguana::BankDef::entries |
the set of columns
Definition at line 23 of file BankDefs.h.
int iguana::BankDef::group |
the group ID of the bank
Definition at line 19 of file BankDefs.h.
int iguana::BankDef::item |
the item ID of the bank
Definition at line 21 of file BankDefs.h.
std::string iguana::BankDef::name |
the name of the bank
Definition at line 17 of file BankDefs.h.