|
CCAFFEINE
0.8.8
|
#include <BooleanJC.h>


Public Member Functions | |
| BooleanJC (char *s) | |
| BooleanJC (boolean value_) | |
| boolean | booleanValue () |
| boolean | equals (Object *obj) |
| char * | toString () |
Static Public Member Functions | |
| static BooleanJC * | valueOf (char *s) |
Private Attributes | |
| boolean | value |
Boolean object ala java
| boolean jcpp::BooleanJC::booleanValue | ( | ) |
Returns value.
| boolean jcpp::BooleanJC::equals | ( | Object * | obj | ) |
comparator
| char* jcpp::BooleanJC::toString | ( | ) |
Returns TRUE or FALSE
1.7.6.1