Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::tools::mc::ClazzNameAttribute Class Reference#include <ClazzNameAttribute.h>
Inheritance diagram for acdk::tools::mc::ClazzNameAttribute:
List of all members.
Detailed Description
This attribute can be used to set the name of a MetaInfo to given name.
It may be useable to export a given class, field, method, argument with another name via DMI than implemented in ACDK C++.
Constructor & Destructor Documentation
acdk::tools::mc::ClazzNameAttribute::ClazzNameAttribute |
( |
IN(RString) |
name = |
) |
|
|
Member Function Documentation
virtual bool acdk::tools::mc::ClazzNameAttribute::apply |
( |
IN(RFieldInfo) |
cm |
) |
[virtual] |
|
virtual bool acdk::tools::mc::ClazzNameAttribute::apply |
( |
IN(RArgumentInfo) |
cm |
) |
[virtual] |
|
virtual bool acdk::tools::mc::ClazzNameAttribute::apply |
( |
IN(RMethodInfo) |
cm |
) |
[virtual] |
|
virtual bool acdk::tools::mc::ClazzNameAttribute::apply |
( |
IN(RClassInfo) |
cm |
) |
[virtual] |
|
virtual bool acdk::tools::mc::ClazzNameAttribute::apply |
( |
IN(RModuleInfo) |
cm |
) |
[virtual] |
|
virtual bool acdk::tools::mc::ClazzNameAttribute::apply |
( |
IN(RCodeInfo) |
cm |
) |
[virtual] |
|
bool acdk::tools::mc::ClazzNameAttribute::attachAttribute |
( |
IN(RCodeInfo) |
ci |
) |
|
|
void acdk::tools::mc::ClazzNameAttribute::initAttribute |
( |
IN(RMetaCompiler) |
mc |
) |
[static] |
|
Member Data Documentation
|