LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
EVENT::LCIntVec Class Reference

Int vector used for user extensions. More...

#include <pre-generated/EVENT/LCIntVec.h>

Inheritance diagram for EVENT::LCIntVec:
EVENT::LCObject lcrtrel::LCRTRelations

Public Types

typedef LCIntVec lcobject_type
 

Public Member Functions

virtual ~LCIntVec ()
 Destructor.
 
int id () const
 Returns an object id for internal (debugging) use in LCIO.
 
- Public Member Functions inherited from EVENT::LCObject
virtual ~LCObject ()
 Destructor.
 
virtual LCObjectclone () const
 Returns an object id for internal (debugging) use in LCIO. More...
 
- Public Member Functions inherited from lcrtrel::LCRTRelations
template<class V >
V::ext_type ext ()
 Provides access to an extension object - the type and ownership is defined by the class V which should be a subtype of LCExtension, LCOwnedExtension, LCExtensionVector, LCExtensionList,...
 
template<class V >
const V::ext_type ext () const
 
template<class V >
V::rel_type rel ()
 Provides read access to relations - the object types and their connectivity are defined by the class V which has to be a subtype of either LC1To1Relation, LC1ToNRelation or LCNToNRelation.
 

Protected Attributes

IMPL::AccessChecked _acc
 

Additional Inherited Members

- Protected Member Functions inherited from lcrtrel::LCRTRelations
template<class V >
V::ptr & ptr () const
 Returns the reference to the pointer to the extension/relation object.
 

Detailed Description

Int vector used for user extensions.

The cpp implementation is a std::vector<int>

Author
gaede
Version
Aug 8, 2003
See Also
LCObject

The documentation for this class was generated from the following file: