LCIO
02.17
|
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
#include <string>
#include <vector>
Go to the source code of this file.
Typedefs | |
typedef std::vector< std::string > | LCStrVec |
Header file for the f77-wrapper functions for stl vectors. More... | |
typedef std::vector< PTRTYPE > | PointerVec |
Functions | |
LCIO_DEPRECATED_CAPI int | lcsvcgetlength (PTRTYPE strvec) |
LCIO_DEPRECATED_CAPI char * | lcsvcgetstringat (PTRTYPE strvec, int index) |
LCIO_DEPRECATED_CAPI int | lcivcgetlength (PTRTYPE intvec) |
LCIO_DEPRECATED_CAPI int | lcivcgetintat (PTRTYPE intvec, int index) |
LCIO_DEPRECATED_CAPI int | lcfvcgetlength (PTRTYPE floatvec) |
LCIO_DEPRECATED_CAPI float | lcfvcgetfloatat (PTRTYPE floatvec, int index) |
LCIO_DEPRECATED_CAPI int | stringvectorgetlength (PTRTYPE strvec) |
LCIO_DEPRECATED_CAPI char * | stringvectorgetelement (PTRTYPE strvec, int index) |
LCIO_DEPRECATED_CAPI int | intvectorgetlength (PTRTYPE intvec) |
LCIO_DEPRECATED_CAPI int | intvectorgetelement (PTRTYPE intvec, int index) |
LCIO_DEPRECATED_CAPI int | pointervectorgetlength (PTRTYPE intvec) |
LCIO_DEPRECATED_CAPI PTRTYPE | pointervectorgetelement (PTRTYPE intvec, int index) |
LCIO_DEPRECATED_CAPI int | floatvectorgetlength (PTRTYPE floatvec) |
LCIO_DEPRECATED_CAPI float | floatvectorgetelement (PTRTYPE floatvec, int index) |
typedef std::vector<std::string> LCStrVec |
typedef std::vector<PTRTYPE> PointerVec |
LCIO_DEPRECATED_CAPI float floatvectorgetelement | ( | PTRTYPE | floatvec, |
int | index | ||
) |
LCIO_DEPRECATED_CAPI int floatvectorgetlength | ( | PTRTYPE | floatvec | ) |
Definition at line 71 of file lcvec.cc.
References std::vector< T >::size().
LCIO_DEPRECATED_CAPI int intvectorgetelement | ( | PTRTYPE | intvec, |
int | index | ||
) |
LCIO_DEPRECATED_CAPI int intvectorgetlength | ( | PTRTYPE | intvec | ) |
Definition at line 51 of file lcvec.cc.
References std::vector< T >::size().
LCIO_DEPRECATED_CAPI float lcfvcgetfloatat | ( | PTRTYPE | floatvec, |
int | index | ||
) |
LCIO_DEPRECATED_CAPI int lcfvcgetlength | ( | PTRTYPE | floatvec | ) |
Definition at line 29 of file lcvec.cc.
References std::vector< T >::size().
LCIO_DEPRECATED_CAPI int lcivcgetintat | ( | PTRTYPE | intvec, |
int | index | ||
) |
LCIO_DEPRECATED_CAPI int lcivcgetlength | ( | PTRTYPE | intvec | ) |
Definition at line 19 of file lcvec.cc.
References std::vector< T >::size().
LCIO_DEPRECATED_CAPI int lcsvcgetlength | ( | PTRTYPE | strvec | ) |
Definition at line 9 of file lcvec.cc.
References std::vector< T >::size().
LCIO_DEPRECATED_CAPI char* lcsvcgetstringat | ( | PTRTYPE | strvec, |
int | index | ||
) |
LCIO_DEPRECATED_CAPI PTRTYPE pointervectorgetelement | ( | PTRTYPE | intvec, |
int | index | ||
) |
LCIO_DEPRECATED_CAPI int pointervectorgetlength | ( | PTRTYPE | intvec | ) |
Definition at line 61 of file lcvec.cc.
References std::vector< T >::size().
LCIO_DEPRECATED_CAPI char* stringvectorgetelement | ( | PTRTYPE | strvec, |
int | index | ||
) |
LCIO_DEPRECATED_CAPI int stringvectorgetlength | ( | PTRTYPE | strvec | ) |
Definition at line 41 of file lcvec.cc.
References std::vector< T >::size().