arg_info.h File Reference

template helpers to deal with members, arguments and parameters More...

This graph shows which files directly or indirectly include this file:

MboDebugTrace.hfor_all.hMboTString.hMboSynch.henumset.hMbo.hMboStrMap.hMboStrHelper.hdeque2.hmap2.hMboStrList.hMboIniData.hMboDrawWin.hlist2.hvector2.hMboThread.hMboLockedVar.hMboRefCntPtr.hreallocator.hTDynamicArray.hTStaticArray.henumset.hpp

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...


Detailed Description

template helpers to deal with members, arguments and parameters

Author:
Marcus Boerger
Version:
0.1
Date:
05.03.2006.
Note:
This file is distributed under the LGPL license GNU Lesser General Public License, version 2.1.

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 doxygen 1.5.4