class CommonBase

Common base class

Inheritance:


Public Methods

const Derived_Class& getB( const Intermediate& c )
a public member function showing links to argument and type classes

Protected Fields

double variable
a protected member variable

Private Methods

int privateMember()
this member shows up only, if you call doc++ with -p

Documentation

Common base class. This could be a long documentation for the common base class. Note that protected members are displayed after public ones, even if they appear in another order in the source code.

This is how this documentation has been generated:

    /** Common base class.
        This could be a long documentation for the common base class.
        Note that protected members are displayed after public ones, even if they
        appear in another order in the source code.
        This is how this documentation has been generated: * /

    class	CommonBase
    {
    private:
            /// this member shows up only, if you call doc++ with -p
        int	privateMember() ;

    protected:
            /// a protected member variable
        double	variable ;

    public:
            /// a public member function showing links to argument and type classes
        const Derived_Class&	getB( const Intermediate& c ) const ;
    } ;
    
int privateMember()
this member shows up only, if you call doc++ with -p

double variable
a protected member variable

const Derived_Class& getB( const Intermediate& c )
a public member function showing links to argument and type classes


Direct child classes:
Intermediate
Derived_Class

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