API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPPredicate_BOOL.h
Go to the documentation of this file.
1 
2 @interface CPPredicate_BOOL : CPPredicate
3 {
4  BOOL _value;
5 }
6 @end