|
@@ -589,6 +589,19 @@ get_index() const {
|
|
|
|
|
|
|
|
#else // DO_PSTATS
|
|
#else // DO_PSTATS
|
|
|
|
|
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+// Function: PStatCollector::Default Constructor
|
|
|
|
|
+// Access: Public
|
|
|
|
|
+// Description: Creates an invalid PStatCollector. Any attempt to
|
|
|
|
|
+// use this collector will crash messily.
|
|
|
|
|
+//
|
|
|
|
|
+// You can reassign it to a different, valid one later.
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+INLINE PStatCollector::
|
|
|
|
|
+PStatCollector()
|
|
|
|
|
+{
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: PStatCollector::Constructor
|
|
// Function: PStatCollector::Constructor
|
|
|
// Access: Published
|
|
// Access: Published
|