Argument module
Data Types | |
| interface | arg |
| Represents the extended type for method argument . More... | |
|
private |
Overloading of the assigment procedure.
| [in,out] | lhs | class(arg) |
| [in] | rhs | class(*), unlimited polymorphic |
Remarks
The field value is an unlimited polymorphic component It accepts any value of any type.
Examples
The following example uses the assigment(=) the set the value of the argument
Remarks
Definition at line 125 of file Argument.f90.
|
private |
Returns a string that represents the current object.
Examples
Remarks
Definition at line 155 of file Argument.f90.