class Core::Portable::Deletable

Object deleted when application terminates.

#include <coresingleton.h>

class Deletable
{
public:
    // methods

    static void addInstance(Deletable* instance);
};

// direct descendants

template <class T>
class Singleton;