| #include "KanArray_String.hh" |
KanArray_String
class description - source file - inheritance tree (.pdf)
private:
KanArray_String(const KanArray_String& other)
KanArray_String& operator=(const KanArray_String& other)
protected:
virtual void clearMap()
virtual void updateArray()
virtual void updateMap()
public:
KanArray_String()
virtual ~KanArray_String()
UInt_t add(const KanArray_String::obj_trans_t& trans)
static KanArray_String* cast(KanBranch* b)
Bool_t doMerge(const AstSTLNameMap&)
Bool_t getIndex(UInt_t& index, const KanArray_String::obj_trans_t& trans) const
Bool_t getIndex(UInt_t& index, const char* name) const
const TObjString* getPers(UInt_t index) const
const char* getTrans(UInt_t index) const
KanArray_String::trans_t* transient(KanEventReader& eR)
private:
AstSTLNameMap _theMap ! the name->index map
Class KanArray_String
KanArray_String() //
~KanArray_String()
d'tor
Bool_t getIndex(UInt_t& index, const std::string& trans) const
get the index of a tag by name
returns true is tag exists
puts index value into index
Bool_t getIndex(UInt_t& index, const char* name ) const
get the index of a tag by name
returns true is tag exists
puts index value into index
const char* getTrans(UInt_t index) const
const TObjString* getPers(UInt_t index) const
UInt_t add(const std::string& trans)
Bool_t doMerge(const AstSTLNameMap& other)
void updateMap()
Inline Functions
KanArray_String::trans_t* transient(KanEventReader& eR)
void updateArray()
void clearMap()
KanArray_String KanArray_String(const KanArray_String& other)
KanArray_String& operator=(const KanArray_String& other)
KanArray_String* cast(KanBranch* b)
Author: E. Charles
Last update: KanArray_String.cc,v 1.10 2004/08/06 06:13:04 bartoldu Exp $
Copyright (C) 2003 LBNL
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.
|