class Convention : public MotherClass

The class MUST be preceded with comments with THREE slashes (or /** ... */ with TWO stars), so we can use doc++ which generate automatically HTML files

Inheritance:


Public Methods

Convention(Type1 param1, Type2 param2=initialisation) throw(Exception)
Every parameters and functions MUST be preceded with comments with THREE slashes (or /** ... */ with TWO stars), so we can use doc++ which generate automatically HTML files
virtual ~Convention() throw()
The comments can content HTML macros (for example
virtual int function() throw()
COMMENT !

Protected Fields

Type param1
Type param2

Documentation

The class MUST be preceded with comments with THREE slashes (or /** ... */ with TWO stars), so we can use doc++ which generate automatically HTML files
Type param1

Type param2

Convention(Type1 param1, Type2 param2=initialisation) throw(Exception)
Every parameters and functions MUST be preceded with comments with THREE slashes (or /** ... */ with TWO stars), so we can use doc++ which generate automatically HTML files

virtual ~Convention() throw()
The comments can content HTML macros (for example ... <\i> or @author or @see)

virtual int function() throw()
COMMENT !


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de