Module libdonet::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 different enumerator representing DC Field types used for DC Structs, since they cannot contain DC Atomic Fields.