clang::mrdocs::doc::ParamDirection

Parameter pass direction.

Synopsis

Declared in <mrdocs/Metadata/Javadoc.hpp>

enum class ParamDirection : int;

Members

Name

Description

none

No direction specified

in

Parameter is passed

out

Parameter is passed back to the caller

inout

Parameter is passed and passed back to the caller

Non-Member Functions

Name

Description

toString

Return the name of the ParamDirection as a string.

Created with MrDocs