![]() |
Bsoft 2.1.4
Bernard's software package
|
Structure for a table of entries in a STAR database block. More...
#include <star.h>
Public Member Functions | |
BstarLoop () | |
BstarLoop (ifstream &fstar) | |
int | write (ofstream &fstar) |
map< string, int > & | tags () |
void | tags (map< string, int > &t) |
vector< vector< string > > & | data () |
long | tag (const string &t) |
long | find (const string &t) |
long | columns () |
long | rows () |
void | add_row (vector< string > vs) |
vector< string > & | add_row (long i) |
vector< string > & | operator[] (long i) |
string | value (long i, const string &t) |
long | integer (long i, const string &t) |
long | integer (long i, long j) |
double | real (long i, const string &t) |
double | real (long i, long j) |
void | erase (const string &t) |
void | replace_tag (string oldtag, string newtag) |
void | show_tags () |
Structure for a table of entries in a STAR database block.
Each item consists of a string or a zero-delimited sequence of strings. The tag map values indicate the order of the row elements and must be set up properly.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |