NAG CPP Interface
data_handling::ArgIntent

 Contents

Settings help

CPP Name Style:


 #include "include/utility/nagcpp_data_handling_base.hpp"

 enum ArgIntent

1 Description

This enumerator indicates whether a data container is to be used for Input, Output or Input/Output (see Classification of Arguments (Intents)).
IN
The associated array is an Input array.
OUT
The associated array is an Output array.
INOUT
The associated array is an Input/Output array.