2005/5/9

     
 

ClazzInfo_h

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

ClazzInfo.h File Reference

#include MetaInfo.h
#include ScriptVar.h

Namespaces

namespace  acdk
namespace  acdk::lang
namespace  acdk::lang::dmi

Defines

#define ACDK_UNITATTRIBUTE(text)
 defines an Attribute for a Unit Will be evaluated by acdkmc

#define ACDK_CLASSATTRIBUTE(text)
 defines an Attribute for a Class Will be evaluated by acdkmc.

#define ACDK_SUPERATTRIBUTE(text)
 defines an Attribute for Super definitions Will be evaluated by acdkmc

#define ACDK_METHODATTRIBUTE(text)
 defines an Attribute for a Method Will be evaluated by acdkmc

#define ACDK_FIELDATTRIBUTE(text)
 defines an Attribute for a Method Will be evaluated by acdkmc

#define ACDK_PARAMATTRIBUTE(text)
 defines an Attribute for a Paramter Will be evaluated by acdkmc

#define ACDK_DECL_UNIT(text)   extern ::acdk::lang::dmi::UnitInfo text##_unitInfo;
 defines a unit text should be the namespace in following form: namespace: acdk::util::logging text: acdk_util_logging