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

ObitSystemClassInfo Struct Reference

ClassInfo Structure. More...

#include <ObitSystem.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.
ObitSystemStartupFP ObitSystemStartup
 Pointer to Startup.
ObitSystemShutdownFP ObitSystemShutdown
 Pointer to Shutdown.
ObitSystemGetScratchFP ObitSystemGetScratch
 Pointer to Get Scratch file assignment.
ObitSystemAddScratchFP ObitSystemAddScratch
 Pointer to Add Scratch file assignment.
ObitSystemFreeScratchFP ObitSystemFreeScratch
 Pointer to Free Scratch file assignment.


Detailed Description

ClassInfo Structure.

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


Member Data Documentation

gchar* ObitSystemClassInfo::ClassName
 

Name of class ("Obit").

gboolean ObitSystemClassInfo::hasScratch
 

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

gboolean ObitSystemClassInfo::initialized
 

Have I been initialized?

newObitFP ObitSystemClassInfo::newObit
 

Function pointer to newObit.

ObitClassInfoDefFnFP ObitSystemClassInfo::ObitClassInfoDefFn
 

Function pointer to ClassInfoDefFn.

ObitClassInitFP ObitSystemClassInfo::ObitClassInit
 

Function pointer to Class initializer.

ObitClearFP ObitSystemClassInfo::ObitClear
 

Function pointer to deallocation function.

ObitCloneFP ObitSystemClassInfo::ObitClone
 

Function pointer to deep copy constructor.

ObitCopyFP ObitSystemClassInfo::ObitCopy
 

Function pointer to shallow copy constructor.

ObitGetClassFP ObitSystemClassInfo::ObitGetClass
 

Function pointer to GetClass.

ObitInitFP ObitSystemClassInfo::ObitInit
 

Function pointer to object initializer.

ObitIsAFP ObitSystemClassInfo::ObitIsA
 

Function pointer to test if a class member.

ObitRefFP ObitSystemClassInfo::ObitRef
 

Function pointer to Object Ref.

ObitSystemAddScratchFP ObitSystemClassInfo::ObitSystemAddScratch
 

Pointer to Add Scratch file assignment.

ObitSystemFreeScratchFP ObitSystemClassInfo::ObitSystemFreeScratch
 

Pointer to Free Scratch file assignment.

ObitSystemGetScratchFP ObitSystemClassInfo::ObitSystemGetScratch
 

Pointer to Get Scratch file assignment.

ObitSystemShutdownFP ObitSystemClassInfo::ObitSystemShutdown
 

Pointer to Shutdown.

ObitSystemStartupFP ObitSystemClassInfo::ObitSystemStartup
 

Pointer to Startup.

ObitUnrefFP ObitSystemClassInfo::ObitUnref
 

Function pointer to Object Unref.

gconstpointer ObitSystemClassInfo::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