Panda3D
Loading...
Searching...
No Matches
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, const std::string &value)
 
void generic_write_datagram (Datagram &dest, const std::wstring &value)
 
void generic_write_datagram (Datagram &dest, const vector_uchar &value)
 
void generic_write_datagram (Datagram &dest, double value)
 
void generic_write_datagram (Datagram &dest, float value)
 
void generic_write_datagram (Datagram &dest, int 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.

Function Documentation

◆ generic_write_datagram() [1/7]

void generic_write_datagram ( Datagram & dest,
bool value )
inline

Definition at line 449 of file datagram.I.

◆ generic_write_datagram() [2/7]

void generic_write_datagram ( Datagram & dest,
const std::string & value )
inline

Definition at line 469 of file datagram.I.

◆ generic_write_datagram() [3/7]

void generic_write_datagram ( Datagram & dest,
const std::wstring & value )
inline

Definition at line 474 of file datagram.I.

◆ generic_write_datagram() [4/7]

void generic_write_datagram ( Datagram & dest,
const vector_uchar & value )
inline

Definition at line 479 of file datagram.I.

◆ generic_write_datagram() [5/7]

void generic_write_datagram ( Datagram & dest,
double value )
inline

Definition at line 464 of file datagram.I.

◆ generic_write_datagram() [6/7]

void generic_write_datagram ( Datagram & dest,
float value )
inline

Definition at line 459 of file datagram.I.

◆ generic_write_datagram() [7/7]

void generic_write_datagram ( Datagram & dest,
int value )
inline

Definition at line 454 of file datagram.I.