#include "ObitGBTIFInfo.h"
#include "ObitTableGBTIF.h"
#include "ObitTableGBTSPDATA.h"
Functions | |
| void | ObitGBTIFInfoInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitGBTIFInfoClear (gpointer in) |
| Private: Deallocate members. | |
| ObitGBTIFInfo * | newObitGBTIFInfo (gchar *name) |
| Public: Constructor. | |
| ObitGBTIFInfo * | newObitGBTIFInfoValue (gchar *name, gchar *backend, gint disk, gchar *scan, ObitErr *err) |
| Public: Constructor from values. | |
| gconstpointer | ObitGBTIFInfoGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitGBTIFInfo * | ObitGBTIFInfoCopy (ObitGBTIFInfo *in, ObitGBTIFInfo *out, ObitErr *err) |
| Public: Copy constructor. | |
| void | ObitGBTIFInfoClassInit (void) |
| Public: Class initializer. | |
This is a list of associated tables.
|
|
Public: Constructor. Initializes class if needed on first call.
|
|
||||||||||||||||||||||||
|
Public: Constructor from values.
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||||||
|
Public: Copy constructor. Parent class members are included but any derived class info is ignored.
|
|
|
Public: ClassInfo pointer. Initializes class if needed on first call.
|
|
|
Private: Initialize newly instantiated object. Does (recursive) initialization of base class members before this class.
|
1.3.9.1