functions
AufzählungGlobalFunctionKind

This enumeration contains literals which describe the kinds of global functions.

Aufzählungsliterale
NORMAL NORMAL

Shows that it is a normal global function.

UNITFINALIZER UNITFINALIZER

Shows that a global function serves as unit finalizer.

UNITINITIALIZER UNITINITIALIZER

Shows that a global function serves as unit initializer.


Eigenschaften:

Alias
Is Abstractfalse
Is Leaffalse
Keywords
NameGlobalFunctionKind
Name Expression
Namespace<<ePackage>> <Package> functions
Owned Template Signature
Owner<<ePackage>> <Package> functions
Owning Template Parameter
Package<<ePackage>> <Package> functions
Qualified Namegast::functions::GlobalFunctionKind
Representation
Stereotype
Template Parameter
VisibilityPublic

Details für Aufzählungsliterale

 NORMAL

Shows that it is a normal global function.

Eigenschaften:

Alias
Enumeration<Enumeration> GlobalFunctionKind
Keywords
NameNORMAL
Name Expression
Namespace<Enumeration> GlobalFunctionKind
Owner<Enumeration> GlobalFunctionKind
Owning Template Parameter
Qualified Namegast::functions::GlobalFunctionKind::NORMAL
Specification<Literal Integer> 50
Stereotype
Template Parameter
VisibilityPublic


 UNITFINALIZER

Shows that a global function serves as unit finalizer.

Eigenschaften:

Alias
Enumeration<Enumeration> GlobalFunctionKind
Keywords
NameUNITFINALIZER
Name Expression
Namespace<Enumeration> GlobalFunctionKind
Owner<Enumeration> GlobalFunctionKind
Owning Template Parameter
Qualified Namegast::functions::GlobalFunctionKind::UNITFINALIZER
Specification<Literal Integer> 59
Stereotype
Template Parameter
VisibilityPublic


 UNITINITIALIZER

Shows that a global function serves as unit initializer.

Eigenschaften:

Alias
Enumeration<Enumeration> GlobalFunctionKind
Keywords
NameUNITINITIALIZER
Name Expression
Namespace<Enumeration> GlobalFunctionKind
Owner<Enumeration> GlobalFunctionKind
Owning Template Parameter
Qualified Namegast::functions::GlobalFunctionKind::UNITINITIALIZER
Specification<Literal Integer> 58
Stereotype
Template Parameter
VisibilityPublic