Procedures

ProcedureLocationProcedure TypeDescription
assignvariableInterface
assigndictionaryInterface
associatdvariableInterface
associatevariableInterface
associatedictionaryInterface
associate_typevariableInterface
copydictionaryInterface
cpackvariableInterface

Convert a character(len=*) to character, dimension(:)

Read more…
cunpackvariableInterface

Convert a character(len=1), dimensions(:) to character(len=*)

Read more…
deletevariableInterface

Delete the variable (equivalent to deallocate(<>)).

deletedictionaryInterface
encvariableInterface

The encoding of the stored pointer (character, dimension(:))

Read more…
extenddictionaryInterface
hash_colldictionaryInterface
lendictionaryInterface

Return the length of a dictionary, by internal counting algorithms

llendictionaryInterface

Actually count number of elements in the dictionary by forcing the traversing

nullifyvariableInterface

Nullify the variable (equivalent to nullify(<>)).

nullifydictionaryInterface
operator( // )dictionaryInterface

Concatenate, or extend, dictionaries, this can be done on it-self `dic = dic // ('key'.kv.1)

operator(.KV.)dictionaryInterface
operator(.KVP.)dictionaryInterface
popdictionaryInterface
printvariableInterface

Print (to std-out) information regarding the variable, i.e. the type.

printdictionaryInterface

Print out all keys and which data-type it contains as well as the hash-number

size_encvariableInterface

The size of the encoding character array (size(enc(<>)))

Read more…
whichvariableInterface

Type of content stored in the variable (character(len=VARIABLE_TYPE_LENGTH))

whichdictionaryInterface
call~~graph~~CallGraph interface~operator( SLASHSLASH ) operator( // ) interface~print~2 print interface~hash_coll hash_coll interface~size_enc size_enc interface~delete delete interface~associatd associatd interface~assign~2 assign interface~cpack cpack interface~delete~2 delete interface~nullify nullify interface~extend extend interface~copy copy interface~cunpack cunpack interface~print print interface~associate~2 associate interface~which~2 which interface~associate associate interface~pop pop interface~assign assign interface~operator(.kvp.) operator(.KVP.) interface~len len interface~associate_type associate_type interface~llen llen interface~operator(.kv.) operator(.KV.) interface~which which interface~enc enc interface~nullify~2 nullify
Help