| #include "KanVector_Int.hh" |
KanVector_Int
class description - source file - inheritance tree (.pdf)
public:
KanVector_Int()
KanVector_Int(UInt_t size)
KanVector_Int(const KanVector_Int&)
virtual ~KanVector_Int()
void free()
Int_t getVal(UInt_t index) const
UInt_t n() const
KanVector_Int& operator=(const KanVector_Int&)
void resize(UInt_t size)
void setVal(UInt_t index, Int_t value)
A vector of 32 bit Int_t for ROOT persistent storage.
KanVector_Int() //
KanVector_Int(UInt_t size) //
KanVector_Int( const KanVector_Int& other ) //
~KanVector_Int()
d'tor
void setVal(UInt_t index, Int_t value)
set int index to value
void free()
Inline Functions
UInt_t n() const
Int_t getVal(UInt_t index) const
void resize(UInt_t size)
KanVector_Int& operator=(const KanVector_Int&)
Author: L. Wilden
Last update: KanVector_Int.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.
|