|
ponder
3.2
C++ reflection library
|
Ponder policy options. More...
Classes | |
| struct | Parameter |
| struct | ReturnCopy |
| Call return copy policy. More... | |
| struct | ReturnInternalRef |
| Call return internal reference policy. More... | |
| struct | ReturnMultiple |
| Return multiple values. More... | |
Enumerations | |
| enum | ReturnKind { NoReturn, Copy, InternalRef, Multiple } |
| Enumeration of the kinds of return policy. | |
| enum | ParameterKind { ParameterKind::PassByValue, ParameterKind::PassByReference } |
| Enumeration of the kinds of parameter type. More... | |
Ponder policy options.
|
strong |