Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "dcbase.h"
Go to the source code of this file.
Enumerations | |
enum | DCSubatomicType { ST_int8 , ST_int16 , ST_int32 , ST_int64 , ST_uint8 , ST_uint16 , ST_uint32 , ST_uint64 , ST_float64 , ST_string , ST_blob , ST_blob32 , ST_int16array , ST_int32array , ST_uint16array , ST_uint32array , ST_int8array , ST_uint8array , ST_uint32uint8array , ST_char , ST_invalid } |
This defines the numeric type of each element of a DCAtomicField; that is, the particular values that will get added to the message when the atomic field method is called. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, DCSubatomicType type) |
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 dcSubatomicType.h.
enum DCSubatomicType |
This defines the numeric type of each element of a DCAtomicField; that is, the particular values that will get added to the message when the atomic field method is called.
Definition at line 25 of file dcSubatomicType.h.
std::ostream & operator<< | ( | std::ostream & | out, |
DCSubatomicType | type ) |
Definition at line 16 of file dcSubatomicType.cxx.