Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "datagram_ui.h"
#include "datagramIterator.h"
#include "pstrtod.h"
#include <string>
#include <stdlib.h>
#include <ctype.h>
Go to the source code of this file.
Enumerations | |
enum | DatagramElement { DE_int32 , DE_float64 , DE_string , DE_end } |
Functions | |
ostream & | operator<< (ostream &out, const NetDatagram &datagram) |
istream & | operator>> (istream &in, NetDatagram &datagram) |
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."
Definition in file datagram_ui.cxx.
enum DatagramElement |
Definition at line 25 of file datagram_ui.cxx.
ostream & operator<< | ( | ostream & | out, |
const NetDatagram & | datagram ) |
Definition at line 101 of file datagram_ui.cxx.
istream & operator>> | ( | istream & | in, |
NetDatagram & | datagram ) |
Definition at line 33 of file datagram_ui.cxx.