Bsoft object

struct Bstar_block

Source:

include/rwstar.h

Description:

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

Features:

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.

Code:

struct Bstar_block {
Bstar_block* next; // Pointer to next block
int number; // Block number (classic)
Bstring tag; // Block identifier
Bstring comment; // Comment following tag-value pair
Bstring filename; // File containing this block
Bstar_item* item; // Pointer to items
} ;

Other objects included:

struct Bangle
struct Bbond
struct Bmolecule
struct Bstar_block
struct Bstar_item


Generated by bdoc.pl on Mon Jun 15 11:55:12 2009


Back to the Bsoft home