Destroyer.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Destroyer< DOOMED >

Defines

#define DestroyerFriend(x)   friend class Destroyer<x>;
#define DestroyerDefine(x)   static Destroyer<x> s_destroyer;
#define DestroyerDeclare(x)   Destroyer<x> x::s_destroyer;
#define DestroyerInit(x)   s_destroyer.setDoomed(x);

Define Documentation

#define DestroyerDeclare (  )     Destroyer<x> x::s_destroyer;

Definition at line 78 of file Destroyer.h.

#define DestroyerDefine (  )     static Destroyer<x> s_destroyer;

Definition at line 77 of file Destroyer.h.

#define DestroyerFriend (  )     friend class Destroyer<x>;

Definition at line 76 of file Destroyer.h.

#define DestroyerInit (  )     s_destroyer.setDoomed(x);

Definition at line 79 of file Destroyer.h.

Referenced by FileUtil::instance(), and FileProducerFactory::instance().

Generated on Mon Oct 4 10:40:04 2010 for Matching.kdevelop by  doxygen 1.6.3