Annotation Type ByVal
Indicates that an argument gets passed or returned by value. When used
alongside
FunctionPointer, the Generator passes the underlying
C++ function object (aka functor) instead of a function pointer.- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
nullValue
String nullValueA C++ expression to use when null is passed. By defaultNullPointerExceptionis thrown.- Default:
""
-