#include <ucond.hpp>
Inheritance diagram for UFlag:

Public Member Functions | |
| UFlag (const char *name=null) | |
| UCond & | operator! () const |
| const char * | getName () const |
| virtual bool | verifies (const UContext *, const class UCtrl *) const |
Static Public Attributes | |
| static const UFlag | none |
Protected Attributes | |
| const char * | name |
| UNotCond * | not_cond |
Friends | |
| UFlag & | uflag (const char *name=null) |
| !CAUTION: NEVER delete UFlag instances. | |
for specifying conditionnal objets that are only active when this condition is verified
1.4.1