|
void | close () |
|
int | currentHDU () |
|
bool | ffile_is_compressed (string fn) |
|
int | HDUCount () |
|
void | open (Buffer &buf) |
|
void | open (string fn) |
|
void | read_json_header (const string &json_string) |
|
void | selectHDU (int hdunum) |
|
void | selectHDU (string name, int extver=0) |
|
bool | selectNextHDU () |
|
bool | alwaysSameStructure () |
|
void | dump (string fn) |
|
bool | eof () |
|
void | insert (Record *rec) |
| Insert a new record in the set. More...
|
|
void | insert (Record &rec) |
| Copy a new record in the set. More...
|
|
bool | know_nRows () |
|
Record & | metarec () |
|
int | nFields () |
| Returns number of fields. More...
|
|
unsigned int | nRows () |
|
RecordSet & | operator= (const RecordSet &) |
| Declared to avoid using of default assignment operator. More...
|
|
unsigned int | pos () |
|
Record * | prepRecToSend () |
|
Record & | rec () |
|
| RecordSet (const RecordSet &) |
| Declared to avoid using of default copy constructor. More...
|
|
| RecordSet () |
| Build an empty record set. More...
|
|
void | setFieldMap (string s="") |
| Set up a field map for each record in the recordset. More...
|
|
bool | setFirst () |
| Set the record pointer to the first position. More...
|
|
bool | setLast () |
| Set the record pointer to the last position. More...
|
|
bool | setNext () |
| Set the record pointer to the next position. More...
|
|
bool | setPos (unsigned int i) |
| Set the record pointer to the i-th position. More...
|
|
bool | setPrev () |
| Set the record pointer to the previous position in the set. More...
|
|
bool | setWhere (int i, string equalTo) |
| Set the record pointer to the position which satisfies a string condition. More...
|
|
bool | setWhere (int field, int equalTo) |
| Set the record pointer to the position which satisfies an integer condition. More...
|
|
virtual | ~RecordSet () |
| Destructor. More...
|
|
Read a FITS file.
The documentation for this class has yet to be written.
Definition at line 7867 of file mcs.hh.