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