libpsynth 0.2.1
Public Types | Public Member Functions
psynth::io::dummy_output< Range > Class Template Reference

Dummy output class. More...

#include <output.hpp>

Inheritance diagram for psynth::io::dummy_output< Range >:
Inheritance graph
[legend]
Collaboration diagram for psynth::io::dummy_output< Range >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef Range range
typedef Range::const_type const_range

Public Member Functions

virtual std::size_t put (const const_range &data)
 Write a bunch of data into the device.

Detailed Description

template<typename Range>
class psynth::io::dummy_output< Range >

Dummy output class.


Member Typedef Documentation

template<typename Range >
typedef Range::const_type psynth::io::dummy_output< Range >::const_range

Reimplemented from psynth::io::output< Range >.

template<typename Range >
typedef Range psynth::io::dummy_output< Range >::range

Reimplemented from psynth::io::output< Range >.


Member Function Documentation

template<typename Range >
virtual std::size_t psynth::io::dummy_output< Range >::put ( const const_range data) [inline, virtual]

Write a bunch of data into the device.

Implements psynth::io::output< Range >.


The documentation for this class was generated from the following file: