Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cPolymorphic Class Reference

#include <cmessage30.h>

Inheritance diagram for cPolymorphic:

EtherCtrl MACAddress_Base MACAddress List of all members.

Public Methods

virtual ~cPolymorphic ()
virtual const char * className () const
virtual const char * fullName () const
virtual const char * fullPath () const

Detailed Description

Generic base class.

Definition at line 39 of file cmessage30.h.


Constructor & Destructor Documentation

virtual cPolymorphic::~cPolymorphic   [inline, virtual]
 

Definition at line 42 of file cmessage30.h.

00042 {}


Member Function Documentation

virtual const char* cPolymorphic::className   const [inline, virtual]
 

Definition at line 43 of file cmessage30.h.

Referenced by check_and_cast().

00043 {return opp_typename(typeid(*this));}

virtual const char* cPolymorphic::fullName   const [inline, virtual]
 

Definition at line 44 of file cmessage30.h.

Referenced by fullPath().

00044 {return "";}

virtual const char* cPolymorphic::fullPath   const [inline, virtual]
 

Definition at line 45 of file cmessage30.h.

References fullName().

Referenced by check_and_cast().

00045 {return fullName();}


The documentation for this class was generated from the following file:
Generated on Sat May 15 20:30:45 2004 for Ethernet by doxygen1.2.17