41 #if VL_DEBUG_LIVING_OBJECTS 42 std::set< Object* > *Object::mDebug_LivingObjects =
NULL;
49 "Object '%s' is being deleted having still %n references! Pissible causes:\n" 50 "- illegal use of the 'delete' operator on an Object. Use ref<> instead.\n" 51 "- explicit call to Object::incReference().\n" 54 #if VL_DEBUG_LIVING_OBJECTS 55 debug_living_objects()->erase(
this);
A simple String formatting class.
Visualization Library main namespace.
static void bug(const String &message)
Use this function to provide information about programming errors: wrong parameter initialization...
bool automaticDelete() const
If set to true the Object is deleted when its reference count reaches 0.