2005/5/9

     
 

class ThrowableAttribute

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::tools::mc::ThrowableAttribute Class Reference

#include <ThrowableAttribute.h>

Inheritance diagram for acdk::tools::mc::ThrowableAttribute:

acdk::tools::mc::CodeAttribute acdk::lang::Object acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

This attribute will attached to each Throwable classes.

Its main purpose is to attach a MetaAttribute to each exception class, wich contains a pointer to a method, which throws the exception


Public Member Functions

 ThrowableAttribute ()
virtual bool apply (IN(RCodeInfo) cm)


Constructor & Destructor Documentation

acdk::tools::mc::ThrowableAttribute::ThrowableAttribute  )  [inline]
 


Member Function Documentation

virtual bool acdk::tools::mc::ThrowableAttribute::apply IN(RCodeInfo cm  )  [virtual]
 

Reimplemented from acdk::tools::mc::CodeAttribute.