DGD Library
Version: 0.1.0.14 | Updated: Thu Aug 10 16:57:28 2006
Home
DGD News
FAQ
Code Documentation
DGD Installation Guide
Bugs-n-Features
DGD at Sourceforge.net
Download DGD
Subversion
Code Documentation
Documentation
Namespaces
Class Hierarchy
Class List
File List
Namespace Members
Functions
Globals
Tutorial
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 doxygen1.3

SourceForge.net Logo Powered by Mason Powered by Perl
Web design derived from Pasilda design found on www.oswd.org.
Copyright (c) 2002, 2003. Dimitry Kloper <kloper@users.sourceforge.net>