![]() |
Bsoft 2.1.4
Bernard's software package
|
Structure for a data block with multiple items in a STAR database. More...
#include <star.h>
Public Attributes | |
Bstar_block * | next |
int | number |
Bstring | tag |
Bstring | comment |
Bstring | filename |
Bstar_item * | item |
Structure for a data block with multiple items in a STAR database.
Each data block contains a set set of unique items defined by tags and with the associate data as single or multiple values. The order of the items in the data block are important and preserved.
Bstring Bstar_block::comment |
Bstring Bstar_block::filename |
Bstar_item* Bstar_block::item |
Bstar_block* Bstar_block::next |
int Bstar_block::number |
Bstring Bstar_block::tag |