Class Employee

class Employee
  : Person ;

Constructors

NameDescription
this
this
this

Fields

NameTypeDescription
company_ Company
job_ Job
age_ ubyte
id_ ulong
name_ string
surname_ string

Properties

NameTypeDescription
company[set] Employee
company[get] Company
job[set] Employee
job[get] Job
age[set] Person
age[get] ubyte
id[set] Person
id[get] ulong
name[set] Person
name[get] string
surname[set] Person
surname[get] string

Methods

NameDescription
opEquals A bug is present with getProtection traits, that segfaults the compiler, when it is invoked on a method that has an overload set imported from parent class.
opEquals
opEquals
id
name