#include "ObitGBTCCBStateInfo.h"
#include "ObitTableGBTCCBSTATE.h"
Functions | |
| void | ObitGBTCCBStateInfoInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitGBTCCBStateInfoClear (gpointer in) |
| Private: Deallocate members. | |
| ObitGBTCCBStateInfo * | newObitGBTCCBStateInfo (gchar *name) |
| Public: Constructor. | |
| ObitGBTCCBStateInfo * | newObitGBTCCBStateInfoValue (gchar *name, gint disk, gchar *scan, ObitErr *err) |
| Public: Constructor from values. | |
| gconstpointer | ObitGBTCCBStateInfoGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitGBTCCBStateInfo * | ObitGBTCCBStateInfoCopy (ObitGBTCCBStateInfo *in, ObitGBTCCBStateInfo *out, ObitErr *err) |
| Public: Copy constructor. | |
| void | ObitGBTCCBStateInfoClassInit (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