|
libpsynth 0.2.1
|
Dummy output class. More...
#include <output.hpp>


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. | |
Dummy output class.
| typedef Range::const_type psynth::io::dummy_output< Range >::const_range |
Reimplemented from psynth::io::output< Range >.
| typedef Range psynth::io::dummy_output< Range >::range |
Reimplemented from psynth::io::output< 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 >.
1.7.4