2005/5/9

     
 

class McConfigAttribute

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

acdk::tools::mc::McConfigAttribute Class Reference

#include <McConfigAttribute.h>

Inheritance diagram for acdk::tools::mc::McConfigAttribute:

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

Detailed Description

This class add DmiProxy interface to an ACDK interface.

A DMIProxy enables an Script language to implement an ACDK interface.


Public Member Functions

 McConfigAttribute (int configAttributes)
virtual bool apply (IN(RCodeInfo) cm)
bool genMethods (bool defaultValue)
bool genFields (bool defaultValue)
bool genMetaInfo (bool defaultValue=true)

Static Public Member Functions

void initAttribute (IN(RMetaCompiler) mc)

Public Attributes

int attributes


Constructor & Destructor Documentation

acdk::tools::mc::McConfigAttribute::McConfigAttribute int  configAttributes  )  [inline]
 


Member Function Documentation

virtual bool acdk::tools::mc::McConfigAttribute::apply IN(RCodeInfo cm  )  [inline, virtual]
 

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

bool acdk::tools::mc::McConfigAttribute::genFields bool  defaultValue  )  [inline]
 

bool acdk::tools::mc::McConfigAttribute::genMetaInfo bool  defaultValue = true  )  [inline]
 

bool acdk::tools::mc::McConfigAttribute::genMethods bool  defaultValue  )  [inline]
 

void acdk::tools::mc::McConfigAttribute::initAttribute IN(RMetaCompiler mc  )  [static]
 

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


Member Data Documentation

int acdk::tools::mc::McConfigAttribute::attributes