LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lccol.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lccol.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

LCIO_DEPRECATED_CAPI PTRTYPE lccolcreate (const char *colname)
 Header file for the f77-wrapper functions of the LCCollectionVec class. More...
 
LCIO_DEPRECATED_CAPI int lccoldelete (PTRTYPE collection)
 
LCIO_DEPRECATED_CAPI int lccolgetnumberofelements (PTRTYPE collection)
 
LCIO_DEPRECATED_CAPI char * lccolgettypename (PTRTYPE collection)
 
LCIO_DEPRECATED_CAPI PTRTYPE lccolgetelementat (PTRTYPE collection, int index)
 
LCIO_DEPRECATED_CAPI int lccolgetflag (PTRTYPE collection)
 
LCIO_DEPRECATED_CAPI bool lccolistransient (PTRTYPE collection)
 
LCIO_DEPRECATED_CAPI int lccolsettransient (PTRTYPE collection, bool value)
 
LCIO_DEPRECATED_CAPI bool lccolisdefault (PTRTYPE collection)
 
LCIO_DEPRECATED_CAPI int lccolsetdefault (PTRTYPE collection, bool value)
 
LCIO_DEPRECATED_CAPI int lccolsetflag (PTRTYPE collection, int flag)
 
LCIO_DEPRECATED_CAPI int lccoladdelement (PTRTYPE collection, PTRTYPE object)
 
LCIO_DEPRECATED_CAPI int lccolremoveelementat (PTRTYPE collection, int i)
 

Function Documentation

LCIO_DEPRECATED_CAPI int lccoladdelement ( PTRTYPE  collection,
PTRTYPE  object 
)

Definition at line 79 of file lccol.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lccolcreate ( const char *  colname)

Header file for the f77-wrapper functions of the LCCollectionVec class.

Author
F. Gaede
Version
Oct 10, 2003

Definition at line 22 of file lccol.cc.

LCIO_DEPRECATED_CAPI int lccoldelete ( PTRTYPE  collection)

Definition at line 26 of file lccol.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lccolgetelementat ( PTRTYPE  collection,
int  index 
)

Definition at line 42 of file lccol.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI int lccolgetflag ( PTRTYPE  collection)

Definition at line 48 of file lccol.cc.

LCIO_DEPRECATED_CAPI int lccolgetnumberofelements ( PTRTYPE  collection)

Definition at line 32 of file lccol.cc.

LCIO_DEPRECATED_CAPI char* lccolgettypename ( PTRTYPE  collection)

Definition at line 37 of file lccol.cc.

LCIO_DEPRECATED_CAPI bool lccolisdefault ( PTRTYPE  collection)

Definition at line 63 of file lccol.cc.

LCIO_DEPRECATED_CAPI bool lccolistransient ( PTRTYPE  collection)

Definition at line 53 of file lccol.cc.

LCIO_DEPRECATED_CAPI int lccolremoveelementat ( PTRTYPE  collection,
int  i 
)

Definition at line 88 of file lccol.cc.

LCIO_DEPRECATED_CAPI int lccolsetdefault ( PTRTYPE  collection,
bool  value 
)

Definition at line 68 of file lccol.cc.

LCIO_DEPRECATED_CAPI int lccolsetflag ( PTRTYPE  collection,
int  flag 
)

Definition at line 74 of file lccol.cc.

LCIO_DEPRECATED_CAPI int lccolsettransient ( PTRTYPE  collection,
bool  value 
)

Definition at line 58 of file lccol.cc.