Bsoft 2.1.4
Bernard's software package
Bstar_block Class Reference

Structure for a data block with multiple items in a STAR database. More...

#include <star.h>

Public Attributes

Bstar_blocknext
 
int number
 
Bstring tag
 
Bstring comment
 
Bstring filename
 
Bstar_itemitem
 

Detailed Description

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.

Member Data Documentation

◆ comment

Bstring Bstar_block::comment

◆ filename

Bstring Bstar_block::filename

◆ item

Bstar_item* Bstar_block::item

◆ next

Bstar_block* Bstar_block::next

◆ number

int Bstar_block::number

◆ tag

Bstring Bstar_block::tag

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