|
Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members Related Pages
DGD::channel_manip< Arg_type > Class Template Reference
Channel manipulator with a single argument. More...
#include <dgChannelManip.h>
List of all members.
Public Types
Public Member Functions
Public Attributes
Detailed Description
template<class Arg_type> class DGD::channel_manip< Arg_type >
Channel manipulator with a single argument. This is a simple class which acts as binder for a channel method with a single argument. Once object of this class used by output operator the method is called. - See also:
- channel_manip_void
channel_manip_nop channel_manip_bool channel_manip_uint
Member Typedef Documentation
template<class Arg_type> | typedef void(channel::* DGD::channel_manip< Arg_type >::method_type)( Arg_type ) |
|
Constructor & Destructor Documentation
template<class Arg_type> | DGD::channel_manip< Arg_type >::channel_manip | ( | method_type | method, | | | Arg_type | arg | | ) | [inline, explicit] |
|
Member Data Documentation
template<class Arg_type> | method_type DGD::channel_manip< Arg_type >::m_method |
|
template<class Arg_type> | Arg_type DGD::channel_manip< Arg_type >::m_argument |
|
The documentation for this class was generated from the following file: Generated on Thu Aug 10 16:48:30 2006 for DGD Library by 1.3
|