Enumerations | |
enum | ParameterMode { MODE_DEFAULT, MODE_IN, MODE_OUT, MODE_IN_OUT } |
Modes associated with the formal parameters of a subroutine. MODE_DEFAULT is equivalent to MODE_IN, but is used to indicate that the mode was implicitly associated with the parameter, rather than explicitly by the programmer.
Definition at line 27 of file ParameterModes.h.