9 #ifndef IMPKERNEL_LIVE_OBJECTS_H
10 #define IMPKERNEL_LIVE_OBJECTS_H
12 #include <IMP/kernel_config.h>
16 IMPKERNEL_BEGIN_NAMESPACE
30 IMPKERNEL_END_NAMESPACE
Objects get_live_objects()
Return pointers to all live objects.
IMP::Vector< String > Strings
Standard way to pass a bunch of String values.
Strings get_live_object_names()
Return the names of all live objects.
IMP::Vector< IMP::Pointer< Object > > Objects
A list of objects.
void set_show_leaked_objects(bool tf)
Set whether to complain about objects not being properly cleaned up.
A shared base class to help in debugging and things.