Panda3D
Classes | Functions
datagram.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "numeric_types.h"
#include "typedObject.h"
#include "littleEndian.h"
#include "bigEndian.h"
#include "pta_uchar.h"
#include "datagram.I"

Go to the source code of this file.

Classes

class  Datagram
 An ordered list of data elements, formatted in memory for transmission over a socket or writing to a data file. More...
 

Functions

void generic_write_datagram (Datagram &dest, bool value)
 
void generic_write_datagram (Datagram &dest, int value)
 
void generic_write_datagram (Datagram &dest, float value)
 
void generic_write_datagram (Datagram &dest, double value)
 
void generic_write_datagram (Datagram &dest, const std::string &value)
 
void generic_write_datagram (Datagram &dest, const std::wstring &value)
 
void generic_write_datagram (Datagram &dest, const vector_uchar &value)
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2000-06-06

Definition in file datagram.h.