DMA Embedded Python Engine
Build 21
|
Enumerated Types. More...
Enumerations | |
enum | BookType { bkTy_native, bkTy_implied, bkTy_combined } |
Book Type - Native, Implied, Combined. More... | |
enum | Action { act_add = 0, act_mod = 1, act_del = 2, act_delAll = 3, act_delFrom = 4 } |
Update Action : Add, Delete, etc. More... | |
Enumerated Types.
enum Action |
enum BookType |