Sub chapter pages: Basic Types
ACDK has a set on known basic types.
Enum Types
Enumaration are directly supported by ACDK.
Object Types
The major type of ACDK are Objects.
Array Types
Arrays from other types (basic types and classes/interfaces)
Interface Types
Inteface types describes only an interface.
These interfaces has to be implemented by an Object
Exception Types
Exception types used to signal errors or other
exeptional conditions.
Member Types
Members are variables bound to a ACDK class.
Method Types
Methods are function bound to a ACDK interface or class.
Namespace Types
Namespaces groups ACDK classes and interfaces into
a logical unit.
Foreign Types
The rich type system of the C++-Language can be used
in ACDK. Because these types are unkown to the ACDK meta info
system they are called foreign types.
|