Bare Metal Programming Tool Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
List of all members
bmptk::input_output_channel_polled< t > Class Template Reference

interface for a polled input/output channel More...

#include <channels.h>

Inheritance diagram for bmptk::input_output_channel_polled< t >:
bmptk::output_channel_polled< t > bmptk::input_channel_polled< t >

Additional Inherited Members

- Public Member Functions inherited from bmptk::output_channel_polled< t >
virtual bool put_will_not_block ()=0
 check whether a put() call will not block
 
virtual void put (t)=0
 put one data item
 
- Private Member Functions inherited from bmptk::input_channel_polled< t >
virtual bool get_will_not_block ()=0
 check whether a get() call will not block
 
virtual t get ()=0
 get one data item
 

Detailed Description

template<class t>
class bmptk::input_output_channel_polled< t >

interface for a polled input/output channel

Definition at line 71 of file channels.h.


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