#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
 
Go to the source code of this file.
 | 
| LCIO_DEPRECATED_CAPI PTRTYPE  | lcgobcreate () | 
|   | Header file for the f77-wrapper functions of the LCGenericObject class.  More...
  | 
|   | 
| LCIO_DEPRECATED_CAPI PTRTYPE  | lcgobcreatefixed (int nint, int nfloat, int ndouble) | 
|   | 
| LCIO_DEPRECATED_CAPI int  | lcgobdelete (PTRTYPE genericobject) | 
|   | 
| LCIO_DEPRECATED_CAPI int  | lcgobid (PTRTYPE genericobject) | 
|   | 
| LCIO_DEPRECATED_CAPI int  | lcgobgetnint (PTRTYPE genericobject) | 
|   | 
| LCIO_DEPRECATED_CAPI int  | lcgobgetnfloat (PTRTYPE genericobject) | 
|   | 
| LCIO_DEPRECATED_CAPI int  | lcgobgetndouble (PTRTYPE genericobject) | 
|   | 
| LCIO_DEPRECATED_CAPI int  | lcgobgetintval (PTRTYPE genericobject, int index) | 
|   | 
| LCIO_DEPRECATED_CAPI float  | lcgobgetfloatval (PTRTYPE genericobject, int index) | 
|   | 
| LCIO_DEPRECATED_CAPI double  | lcgobgetdoubleval (PTRTYPE genericobject, int index) | 
|   | 
| LCIO_DEPRECATED_CAPI int  | lcgobsetintval (PTRTYPE genericobject, int index, int value) | 
|   | 
| LCIO_DEPRECATED_CAPI int  | lcgobsetfloatval (PTRTYPE genericobject, int index, float value) | 
|   | 
| LCIO_DEPRECATED_CAPI int  | lcgobsetdoubleval (PTRTYPE genericobject, int index, double value) | 
|   | 
| LCIO_DEPRECATED_CAPI bool  | lcgobisfixedsize (PTRTYPE genericobject) | 
|   | 
| LCIO_DEPRECATED_CAPI char *  | lcgobgettypename (PTRTYPE genericobject) | 
|   | 
| LCIO_DEPRECATED_CAPI char *  | lcgobgetdatadescription (PTRTYPE genericobject) | 
|   | 
Header file for the f77-wrapper functions of the LCGenericObject class. 
- Author
 - H. Vogte 
 
- Version
 - Sep 15, 2004 
 
Definition at line 10 of file lcgob.cc.