Panda3D
Loading...
Searching...
No Matches
Classes | Enumerations
dcPackerInterface.h File Reference

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

#include "dcbase.h"
#include "dcSubatomicType.h"
#include "dcPackerInterface.I"

Go to the source code of this file.

Classes

class  DCPackerInterface
 This defines the internal interface for packing values into a DCField. More...
 

Enumerations

enum  DCPackType {
  PT_invalid , PT_double , PT_int , PT_uint ,
  PT_int64 , PT_uint64 , PT_string , PT_blob ,
  PT_array , PT_field , PT_class , PT_switch
}
 

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
2004-06-15

Definition in file dcPackerInterface.h.

Enumeration Type Documentation

◆ DCPackType

enum DCPackType

Definition at line 34 of file dcPackerInterface.h.