Panda3D
|
This class defines the abstract interface to sending datagrams to any target, whether it be into a file or across the net. More...
#include "datagramSink.h"
Public Member Functions | |
DatagramSink () | |
Does nothing since this is class is just the definition of an interface. | |
virtual | ~DatagramSink () |
Does nothing since this is class is just the definition of an interface. | |
virtual void | flush ()=0 |
virtual bool | is_error ()=0 |
virtual bool | put_datagram (const Datagram &data)=0 |
This class defines the abstract interface to sending datagrams to any target, whether it be into a file or across the net.
Definition at line 28 of file datagramSink.h.
DatagramSink::DatagramSink | ( | ) | [inline] |
Does nothing since this is class is just the definition of an interface.
Definition at line 23 of file datagramSink.I.
DatagramSink::~DatagramSink | ( | ) | [virtual] |
Does nothing since this is class is just the definition of an interface.
Definition at line 24 of file datagramSink.cxx.