2005/5/9
-- ACDK API Docs Namespaces acdk acdk::lang acdk::lang::dmi ClazzInfo members See also: ClazzInfo.cpp ClazzInfo.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <ClazzInfo.h>
List of all members.
Make a dynamic clone of this structor.
dispose this structure and owning Delete ClazzInfo if flags has MiDelete
[inline]
return the number of fields declared by this class
get a hash value using namespace and name of this class
return the number of methods (including constructors) declared by this class
get an id for this class, describing all fields and methods
used to cast a object to a interface pointer with correct vtable
number of collectable Fields (aka acdk::lang::Object's) in this class dont use this value directly but use the getCollectableFieldsCount() method
count of current declared fields don't access this field directly, but use the getFieldsCount() method
[mutable]
list of methods, members (and later maybe nested types)
count of current super / interfaces don't access this value directly, but use the getIntefacesCount() method
count of current declared methods including constructors don't access this field directly but use the getMethodsCount() function
next in chain
namespace of class
precompiled hashvalue for serialization dont access this value directly, but use the getSerialVersionUID() method
function creates a 2 dimension Array instance of given class
function creates an Array instance of given class
the creator-functions
used to invoke dynamic methods not used if method provides dispatch
all found fields
an 0 terminated array of super + interfaces
all found methods including Constructors
name of class
used to invoke static methods not used if method provides dispatch
singelton for Class instance
type == this
used for Array type