| #include "KanVector_Long.hh" |
KanVector_Long
class description - source file - inheritance tree (.pdf)
public:
KanVector_Long()
KanVector_Long(UInt_t size)
KanVector_Long(const KanVector_Long&)
virtual ~KanVector_Long()
void free()
Long_t getVal(UInt_t index) const
UInt_t n() const
KanVector_Long& operator=(const KanVector_Long&)
void resize(UInt_t size)
void setVal(UInt_t index, Long_t value)
A vector of 32 bit Long_t for ROOT persistent storage.
Actually, this class is broken and should not by used.
(Long_t is not a safe persistent type)
KanVector_Long() //
KanVector_Long(UInt_t size) //
KanVector_Long( const KanVector_Long& other ) //
~KanVector_Long()
d'tor
void setVal(UInt_t index, Long_t value)
set int index to value
void free()
Inline Functions
UInt_t n() const
Long_t getVal(UInt_t index) const
void resize(UInt_t size)
KanVector_Long& operator=(const KanVector_Long&)
Author: L. Wilden
Last update: KanVector_Long.cc,v 1.4 2004/08/06 06:13:04 bartoldu Exp $
Copyright (C) 2003 TU-Dresden
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.
|