LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
EVENT::LCIntVec Class Reference

Int vector used for user extensions. More...

#include <LCIntVec.h>

+ Inheritance diagram for EVENT::LCIntVec:

Public Types

typedef LCIntVec lcobject_type
 
- Public Types inherited from lcrtrel::LCRTRelations
typedef std::type_index ext_index
 
typedef std::shared_ptr< void > ext_type
 
typedef std::map< ext_index,
ext_type
ext_map
 

Public Member Functions

virtual ~LCIntVec ()
 Destructor. More...
 
int id () const
 Returns an object id for internal (debugging) use in LCIO. More...
 
- Public Member Functions inherited from EVENT::LCObject
virtual ~LCObject ()
 Destructor. More...
 
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,... More...
 
template<class V >
const V::ext_type ext () const
 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,... More...
 
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. More...
 
- Public Member Functions inherited from std::vector< T >
assign (T...args)
 
at (T...args)
 
back (T...args)
 
begin (T...args)
 
capacity (T...args)
 
cbegin (T...args)
 
cend (T...args)
 
clear (T...args)
 
crbegin (T...args)
 
crend (T...args)
 
data (T...args)
 
emplace (T...args)
 
emplace_back (T...args)
 
empty (T...args)
 
end (T...args)
 
erase (T...args)
 
front (T...args)
 
get_allocator (T...args)
 
insert (T...args)
 
max_size (T...args)
 
operator= (T...args)
 
operator[] (T...args)
 
pop_back (T...args)
 
push_back (T...args)
 
rbegin (T...args)
 
rend (T...args)
 
reserve (T...args)
 
resize (T...args)
 
shrink_to_fit (T...args)
 
size (T...args)
 
swap (T...args)
 
vector (T...args)
 
~vector (T...args)
 

Protected Attributes

IMPL::AccessChecked _acc {}
 

Additional Inherited Members

- Public Attributes inherited from std::vector< T >
elements
 STL member. More...
 

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

Definition at line 24 of file LCIntVec.h.

Member Typedef Documentation

Definition at line 31 of file LCIntVec.h.

Constructor & Destructor Documentation

virtual EVENT::LCIntVec::~LCIntVec ( )
inlinevirtual

Destructor.

Definition at line 28 of file LCIntVec.h.

Member Function Documentation

int EVENT::LCIntVec::id ( ) const
inlinevirtual

Returns an object id for internal (debugging) use in LCIO.

Implements EVENT::LCObject.

Definition at line 34 of file LCIntVec.h.

References _acc, and IMPL::AccessChecked::simpleUID().

Referenced by UTIL::operator<<().

Member Data Documentation

IMPL::AccessChecked EVENT::LCIntVec::_acc {}
protected

Definition at line 36 of file LCIntVec.h.

Referenced by id().


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