18 #include "pandabase.h" 22 #include "pointerTo.h" 31 EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_EVENT, EXPTP_PANDA_EVENT,
PointerTo<Event>)
This is the base class for PointerTo and ConstPointerTo.
A ConstPointerTo is similar to a PointerTo, except it keeps a const pointer to the thing...
PointerTo is a template class which implements a smart pointer to an object derived from ReferenceCou...