Module donet_core::dcfield
source · Expand description
Base data model for DC Field elements. Alone, it represents an attribute of a structure or Distributed Class.
Macros§
- Macro for Panda historical keywords inline functions.
Structs§
- A field of a Distributed Class. The DCField struct is a base for struct and dclass fields. In the DC language, there are three types of field declarations, which are: plain fields, atomic, and molecular.
Enums§
- Enumerator representing the 3 types of fields that inherit DC Field, which can legally be declared within a Distributed Class.
- A DC field element can be declared within a dclass or a struct declaration. The DC field element must have a reference to its parent, which is stored in this enum type.
- A different enumerator representing DC Field types used for DC Structs, since they cannot contain DC Atomic Fields.