Bsoft object

struct Bstar

Source:

include/rwstar.h

Description:

Overall STAR structure to hold all data blocks and options for I/O..

Features:

The split flag allows the user to output data blocks in separte files
in stead of one big file.
The line length field allows the user to output long lines without
wrapping it around.
The comments are ignored but output to the a new file - this can be used
to document the history of the file.
The STAR database is a hierarchy consisting of blocks, each with a set
of items.

Code:

struct Bstar {
int split; // Flag to indicate writing each data block in its own file
int line_length; // Length of lines in output file
Bstring comment; // List of comments before 1st data block
Bstar_block* block; // Pointer to first block
} ;

Other objects included:

struct Bangle
struct Bbond


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


Back to the Bsoft home