* @brief Returns true when parameter will be changed by the function, false otherwise. */
| 98 | * @brief Returns true when parameter will be changed by the function, false otherwise. |
| 99 | */ |
| 100 | bool Parameter::isInOut() const |
| 101 | { |
| 102 | return hasAnnotationOfType(&Annotation::isInOut); |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * @brief Returns true when parameter may be @c null, false otherwise. |