KanClassI
class description - source file - inheritance tree (.pdf)
This is an abstract class, constructors will not be documented.
Look at the header to check for available constructors.
private:
KanClassI& operator=(const KanClassI&)
public:
virtual ~KanClassI()
virtual const char* iClassName() const
This Class just defines the requirements for Interface classes.
Interface classes must implement the following functions:
// Return the name of the interface class
const Char_t* iClassName() const
~KanClassI( )
Inline Functions
const char* iClassName() const
KanClassI& operator=(const KanClassI&)
Author: E. Charles
Last update: KanClassI.cc,v 1.3 2004/01/09 22:00:51 echarles 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.
|