|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::tools::mc::CodeInfo Class Reference#include <CodeInfo.h>
Inheritance diagram for acdk::tools::mc::CodeInfo:
List of all members.
Constructor & Destructor Documentation
acdk::tools::mc::CodeInfo::CodeInfo |
( |
int |
fl, |
|
|
IN(RString) |
nam, |
|
|
IN(RTypeScope) |
parent = Nil |
|
) |
[inline] |
|
Member Function Documentation
void acdk::tools::mc::CodeInfo::addCodeAttribute |
( |
IN(RCodeAttribute) |
ca |
) |
|
|
|
will be evaluated by generation time
|
virtual bool acdk::tools::mc::CodeInfo::generateMetaInfo |
( |
bool |
defaultValue |
) |
[inline, virtual] |
|
RString acdk::tools::mc::CodeInfo::getBaseName |
( |
|
) |
|
|
|
returns the basse name (without namespace) of name
|
RString acdk::tools::mc::CodeInfo::getDispatchSignature |
( |
bool |
isStatic |
) |
|
|
|
return the string of signature of this method/member/class
|
RString acdk::tools::mc::CodeInfo::getDmiName |
( |
|
) |
[inline] |
|
virtual RString acdk::tools::mc::CodeInfo::getMetaInfoCIdentifier |
( |
|
) |
[pure virtual] |
|
RString acdk::tools::mc::CodeInfo::getNamespace |
( |
|
) |
|
|
|
returns the namespace part of name
|
RString acdk::tools::mc::CodeInfo::getSuperName |
( |
|
) |
|
|
|
returns the super qualified name using ACDK_FQ_SUPER_QUALIFIER macro
|
bool acdk::tools::mc::CodeInfo::invokeCodeAttributes |
( |
|
) |
|
|
Member Data Documentation
|
should code be generated 0 -> unspec -1 -> don't generate 1 -> generate
|
|
name of Metainfo used to registed if Nil name will be used
|
|
|