Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | IndexType | = | 0 | ||
integer, | public | :: | StoreType | = | 0 | ||
integer, | public | :: | ReportID | = | 0 | ||
character(len=MaxNameLength*2+1), | public | :: | VarName | = | BlankString | ||
character(len=MaxNameLength*2+1), | public | :: | VarNameUC | = | BlankString | ||
character(len=MaxNameLength), | public | :: | VarNameOnly | = | BlankString | ||
character(len=MaxNameLength), | public | :: | VarNameOnlyUC | = | BlankString | ||
character(len=MaxNameLength), | public | :: | KeyNameOnlyUC | = | BlankString | ||
character(len=UnitsStringLength), | public | :: | UnitsString | = | BlankString | ||
type(RealVariables), | public, | POINTER | :: | VarPtr |