Mir
Public Member Functions | Protected Member Functions | List of all members
mir::input::InputChannel Class Referenceabstract

Encapsulates a paired set of fd's suitable for input communication. More...

#include <input_channel.h>

Public Member Functions

virtual ~InputChannel ()
 
virtual int client_fd () const =0
 
virtual int server_fd () const =0
 

Protected Member Functions

 InputChannel ()=default
 
 InputChannel (InputChannel const &)=delete
 
InputChanneloperator= (InputChannel const &)=delete
 

Detailed Description

Encapsulates a paired set of fd's suitable for input communication.

Constructor & Destructor Documentation

§ ~InputChannel()

virtual mir::input::InputChannel::~InputChannel ( )
inlinevirtual

§ InputChannel() [1/2]

mir::input::InputChannel::InputChannel ( )
protecteddefault

§ InputChannel() [2/2]

mir::input::InputChannel::InputChannel ( InputChannel const &  )
protecteddelete

Member Function Documentation

§ client_fd()

virtual int mir::input::InputChannel::client_fd ( ) const
pure virtual

§ operator=()

InputChannel& mir::input::InputChannel::operator= ( InputChannel const &  )
protecteddelete

§ server_fd()

virtual int mir::input::InputChannel::server_fd ( ) const
pure virtual

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

Copyright © 2012-2016 Canonical Ltd.
Generated on Sat Dec 3 12:48:59 UTC 2016