
Go to the source code of this file.
Namespaces | |
| namespace | mbo |
Classes | |
| struct | mbo::arg_info< _Targ, _Tvar > |
| Function argument type information (default copy by value). More... | |
| struct | mbo::arg_info< _Targ *, _Tvar * > |
| Function argument type information (for pointers). More... | |
| struct | mbo::arg_info< _Targ &, _Tvar & > |
| Function argument type information (for references). More... | |
| struct | mbo::arg_info< void, void > |
| Function argument type void (to suppress warnings). More... | |
| struct | mbo::const_arg_info< _Targ, _Tvar > |
| Function argument type (for const types). More... | |
| struct | mbo::copy_arg_info< _Type > |
| Function argument type (when using copies). More... | |
| struct | mbo::copy_arg_info< _Type * > |
| Function argument type (copies for *: from const* -> *). More... | |
| struct | mbo::copy_arg_info< _Type & > |
| Function argument type (copies for &: from const& -> volatile). More... | |
| struct | mbo::copy_arg_info< const _Type * > |
| Function argument type (copies for const *: from const* -> const*). More... | |
| struct | mbo::copy_arg_info< const _Type & > |
| Function argument type (copies for const &: from const& -> const&). More... | |
Definition in file arg_info.h.
| Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:08 2008 for MBO-lib by 1.5.4 |