Main Page | Class List | Directories | File List | Class Members | File Members

ObitIOHistoryAIPSClassInfo Struct Reference

ClassInfo Structure. More...

#include <ObitIOHistoryAIPS.h>

List of all members.

Public Attributes

gboolean initialized
 Have I been initialized?
gboolean hasScratch
 Are disk resident "scratch" objects of this class possible?
gchar * ClassName
 Name of class ("Obit").
gconstpointer ParentClass
 Pointer to parent class ClassInfo, Null if none.
ObitClassInitFP ObitClassInit
 Function pointer to Class initializer.
newObitFP newObit
 Function pointer to newObit.
ObitGetClassFP ObitGetClass
 Function pointer to GetClass.
ObitClassInfoDefFnFP ObitClassInfoDefFn
 Function pointer to ClassInfoDefFn.
ObitCopyFP ObitCopy
 Function pointer to shallow copy constructor.
ObitCloneFP ObitClone
 Function pointer to deep copy constructor.
ObitRefFP ObitRef
 Function pointer to Object Ref.
ObitUnrefFP ObitUnref
 Function pointer to Object Unref.
ObitIsAFP ObitIsA
 Function pointer to test if a class member.
ObitClearFP ObitClear
 Function pointer to deallocation function.
ObitInitFP ObitInit
 Function pointer to object initializer.
newObitIOFP newObitIO
 Function pointer to Constructor.
ObitIOSameFP ObitIOSame
 Function pointer to Are underlying structures the same?.
ObitIORenameFP ObitIORename
 Function pointer to Rename.
ObitIOZapFP ObitIOZap
 Function pointer to Zap.
ObitIOOpenFP ObitIOOpen
 Function pointer to Open.
ObitIOCloseFP ObitIOClose
 Function pointer to Close.
ObitIOSetFP ObitIOSet
 Function pointer to Init I/O.
ObitIOReadFP ObitIORead
 Function pointer to Read.
ObitIOReadRowFP ObitIOReadRow
 Function pointer to Read specifying start row.
ObitIOReadSelectFP ObitIOReadSelect
 Function pointer to Read with selection.
ObitIOReadRowSelectFP ObitIOReadRowSelect
 Function pointer to Read with selection specifying start row.
ObitIOWriteFP ObitIOWrite
 Function pointer to Write.
ObitIOWriteRowFP ObitIOWriteRow
 Function pointer to Write specifying start row.
ObitIOFlushFP ObitIOFlush
 Function pointer to Flush.
ObitIOReadDescriptorFP ObitIOReadDescriptor
 Public: Read Descriptor.
ObitIOWriteDescriptorFP ObitIOWriteDescriptor
 Public: Write Descriptor.
ObitIOCreateBufferFP ObitIOCreateBuffer
 Function pointer to Create buffer.
ObitIOFreeBufferFP ObitIOFreeBuffer
 Function pointer to Destroy buffer.
newObitIOTableFP newObitIOTable
 Function pointer to create a table.
ObitIOUpdateTablesFP ObitIOUpdateTables
 Function pointer to update table info.
ObitIOHistoryReadRecFP ObitIOHistoryReadRec
 Function pointer to Read record.
ObitIOHistoryWriteRecFP ObitIOHistoryWriteRec
 Function pointer to Write record.
ObitIOHistoryNumRecFP ObitIOHistoryNumRec
 Function pointer to number record.


Detailed Description

ClassInfo Structure.

Contains class name, a pointer to any base class (NULL if none) and function pointers.


Member Data Documentation

gchar* ObitIOHistoryAIPSClassInfo::ClassName
 

Name of class ("Obit").

gboolean ObitIOHistoryAIPSClassInfo::hasScratch
 

Are disk resident "scratch" objects of this class possible?

gboolean ObitIOHistoryAIPSClassInfo::initialized
 

Have I been initialized?

newObitFP ObitIOHistoryAIPSClassInfo::newObit
 

Function pointer to newObit.

newObitIOFP ObitIOHistoryAIPSClassInfo::newObitIO
 

Function pointer to Constructor.

newObitIOTableFP ObitIOHistoryAIPSClassInfo::newObitIOTable
 

Function pointer to create a table.

ObitClassInfoDefFnFP ObitIOHistoryAIPSClassInfo::ObitClassInfoDefFn
 

Function pointer to ClassInfoDefFn.

ObitClassInitFP ObitIOHistoryAIPSClassInfo::ObitClassInit
 

Function pointer to Class initializer.

ObitClearFP ObitIOHistoryAIPSClassInfo::ObitClear
 

Function pointer to deallocation function.

ObitCloneFP ObitIOHistoryAIPSClassInfo::ObitClone
 

Function pointer to deep copy constructor.

ObitCopyFP ObitIOHistoryAIPSClassInfo::ObitCopy
 

Function pointer to shallow copy constructor.

ObitGetClassFP ObitIOHistoryAIPSClassInfo::ObitGetClass
 

Function pointer to GetClass.

ObitInitFP ObitIOHistoryAIPSClassInfo::ObitInit
 

Function pointer to object initializer.

ObitIOCloseFP ObitIOHistoryAIPSClassInfo::ObitIOClose
 

Function pointer to Close.

ObitIOCreateBufferFP ObitIOHistoryAIPSClassInfo::ObitIOCreateBuffer
 

Function pointer to Create buffer.

ObitIOFlushFP ObitIOHistoryAIPSClassInfo::ObitIOFlush
 

Function pointer to Flush.

ObitIOFreeBufferFP ObitIOHistoryAIPSClassInfo::ObitIOFreeBuffer
 

Function pointer to Destroy buffer.

ObitIOHistoryNumRecFP ObitIOHistoryAIPSClassInfo::ObitIOHistoryNumRec
 

Function pointer to number record.

ObitIOHistoryReadRecFP ObitIOHistoryAIPSClassInfo::ObitIOHistoryReadRec
 

Function pointer to Read record.

ObitIOHistoryWriteRecFP ObitIOHistoryAIPSClassInfo::ObitIOHistoryWriteRec
 

Function pointer to Write record.

ObitIOOpenFP ObitIOHistoryAIPSClassInfo::ObitIOOpen
 

Function pointer to Open.

ObitIOReadFP ObitIOHistoryAIPSClassInfo::ObitIORead
 

Function pointer to Read.

ObitIOReadDescriptorFP ObitIOHistoryAIPSClassInfo::ObitIOReadDescriptor
 

Public: Read Descriptor.

ObitIOReadRowFP ObitIOHistoryAIPSClassInfo::ObitIOReadRow
 

Function pointer to Read specifying start row.

ObitIOReadRowSelectFP ObitIOHistoryAIPSClassInfo::ObitIOReadRowSelect
 

Function pointer to Read with selection specifying start row.

ObitIOReadSelectFP ObitIOHistoryAIPSClassInfo::ObitIOReadSelect
 

Function pointer to Read with selection.

ObitIORenameFP ObitIOHistoryAIPSClassInfo::ObitIORename
 

Function pointer to Rename.

ObitIOSameFP ObitIOHistoryAIPSClassInfo::ObitIOSame
 

Function pointer to Are underlying structures the same?.

ObitIOSetFP ObitIOHistoryAIPSClassInfo::ObitIOSet
 

Function pointer to Init I/O.

ObitIOUpdateTablesFP ObitIOHistoryAIPSClassInfo::ObitIOUpdateTables
 

Function pointer to update table info.

ObitIOWriteFP ObitIOHistoryAIPSClassInfo::ObitIOWrite
 

Function pointer to Write.

ObitIOWriteDescriptorFP ObitIOHistoryAIPSClassInfo::ObitIOWriteDescriptor
 

Public: Write Descriptor.

ObitIOWriteRowFP ObitIOHistoryAIPSClassInfo::ObitIOWriteRow
 

Function pointer to Write specifying start row.

ObitIOZapFP ObitIOHistoryAIPSClassInfo::ObitIOZap
 

Function pointer to Zap.

ObitIsAFP ObitIOHistoryAIPSClassInfo::ObitIsA
 

Function pointer to test if a class member.

ObitRefFP ObitIOHistoryAIPSClassInfo::ObitRef
 

Function pointer to Object Ref.

ObitUnrefFP ObitIOHistoryAIPSClassInfo::ObitUnref
 

Function pointer to Object Unref.

gconstpointer ObitIOHistoryAIPSClassInfo::ParentClass
 

Pointer to parent class ClassInfo, Null if none.


The documentation for this struct was generated from the following file:
Generated on Fri Aug 31 22:13:12 2007 for Obit by  doxygen 1.3.9.1