| << TypeAny |
| TypeScalar >> |
|
Simple types: types that are not structured, i.e. those types that contain no type declaration for their contents.
In CRL2 file syntax, this type is called
simple
Immediate super class: TypeAny
Immediate sub classes: TypeScalar, TypeItem
| int | Object:: | class_id |
| int | Object:: | heap_sig |
| int | Object:: | ref_count |
| UserData | Object:: | user_data |
| symbol_t | crl_name | () const |
| C++: | crl_symbol_t CrlTypeSimple::crl_name () const |
| C: | crl_symbol_t crl_type_simple_crl_name (crl_type_simple_t const * self) |
Returns the crl_name() of the contained types. This is either a type name ('unsigned', 'float', ...) or an item name ('routine', 'block', ...)
#endif |
| TypeSimple * | CrlObject:: | as_TypeSimple | () | |
| TypeSimple const * | CrlObject:: | as_TypeSimple | () const | |
| TypeSimple * | CrlObject:: | cast_TypeSimple | () | |
| TypeSimple const * | CrlObject:: | cast_TypeSimple | () const |
| Generated by erwin-cgen | © AbsInt Angewandte Informatik GmbH |