Panda3D
Public Member Functions

DatagramSink Class Reference

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"

Inheritance diagram for DatagramSink:
DatagramOutputFile DatagramSinkNet

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations