Panda3D
Loading...
Searching...
No Matches
Functions
datagramIterator.I File Reference

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

Go to the source code of this file.

Functions

void generic_read_datagram (bool &result, DatagramIterator &source)
 
void generic_read_datagram (double &result, DatagramIterator &source)
 
void generic_read_datagram (float &result, DatagramIterator &source)
 
void generic_read_datagram (int &result, DatagramIterator &source)
 
void generic_read_datagram (std::string &result, DatagramIterator &source)
 
void generic_read_datagram (std::wstring &result, DatagramIterator &source)
 
void generic_read_datagram (vector_uchar &result, DatagramIterator &source)
 

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
2001-05-08

Definition in file datagramIterator.I.

Function Documentation

◆ generic_read_datagram() [1/7]

void generic_read_datagram ( bool & result,
DatagramIterator & source )
inline

Definition at line 476 of file datagramIterator.I.

◆ generic_read_datagram() [2/7]

void generic_read_datagram ( double & result,
DatagramIterator & source )
inline

Definition at line 491 of file datagramIterator.I.

◆ generic_read_datagram() [3/7]

void generic_read_datagram ( float & result,
DatagramIterator & source )
inline

Definition at line 486 of file datagramIterator.I.

◆ generic_read_datagram() [4/7]

void generic_read_datagram ( int & result,
DatagramIterator & source )
inline

Definition at line 481 of file datagramIterator.I.

◆ generic_read_datagram() [5/7]

void generic_read_datagram ( std::string & result,
DatagramIterator & source )
inline

Definition at line 496 of file datagramIterator.I.

◆ generic_read_datagram() [6/7]

void generic_read_datagram ( std::wstring & result,
DatagramIterator & source )
inline

Definition at line 501 of file datagramIterator.I.

◆ generic_read_datagram() [7/7]

void generic_read_datagram ( vector_uchar & result,
DatagramIterator & source )
inline

Definition at line 506 of file datagramIterator.I.