Qore reflection Module
1.8.0
|
▼NQore | Qore namespace |
▼NReflection | Reflection namespace |
CAbstractVariant | The abstract base class for Qore class variants |
CFunctionVariant | The class for Qore function variants |
CAbstractMethodVariant | The abstract base class for Qore class variants |
CPseudoMethodVariant | The class for Qore class normal method variants |
CNormalMethodVariant | The class for Qore class normal method variants |
CStaticMethodVariant | The class for Qore class static method variants |
CConstructorMethodVariant | The class for Qore class constructor method variants |
CDestructorMethodVariant | The class for Qore class destructor method variants |
CCopyMethodVariant | The class for Qore class copy method variants |
CAbstractReflectionFunction | The abstract base class for Qore functions and class methods |
CFunction | A class representing a Qore function |
CAbstractMethod | The abstract base class for Qore class methods |
CPseudoMethod | This class provides information about Qore pseudo class methods |
CNormalMethod | This class provides information about Qore normal (non-static, non-special) class methods |
CStaticMethod | This class provides information about Qore static class methods |
CConstructorMethod | This class provides information about Qore constructor methods |
CDestructorMethod | This class provides information about Qore destructor methods |
CCopyMethod | This class provides information about Qore copy methods |
CAbstractMember | This class provides information about Qore class and typed hash (hashdecl) members |
CAbstractClassMember | This class provides information about Qore class members |
CNormalMember | This class provides information about Qore class normal (non-static) members |
CStaticMember | This class provides information about Qore class normal (non-static) members |
CAbstractClass | The abstract base class for Qore classes |
CClass | This class provides information about Qore classes |
CPseudoClass | This class provides information about Qore pseudo classes |
CAbstractConstant | This class provides information about Qore class members |
CClassConstant | This class provides information about Qore class constants |
CType | The base class for Qore data types |
CNamespace | This namespace provides information about Qore namespaces |
CConstant | This class provides information about Qore constants defined in Qore namespaces |
CGlobalVar | The abstract base class for Qore global variables |
CTypedHash | The base class for Qore typed hashes (hashdecls) |
CTypedHashMember | This class provides information about Qore typed hash (hashdecl) members |
CClassAccessInfo | Class and inheritance access information |
CMethodAccessInfo | Methhod and inheritance access information |