|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::Boolean Class Reference#include <Boolean.h>
Inheritance diagram for acdk::lang::Boolean:
List of all members.
Detailed Description
In ACDK the type boolean is replaced with buildin type bool.
API: Java
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.16
- Date:
- Date
- 2005/03/06 11:56:59
TRUE, FALSE, TYPE are not fields, but methods.
Constructor & Destructor Documentation
acdk::lang::Boolean::Boolean |
( |
|
) |
[inline] |
|
acdk::lang::Boolean::Boolean |
( |
bool |
val |
) |
[inline] |
|
acdk::lang::Boolean::Boolean |
( |
IN(RString) |
val |
) |
|
|
Member Function Documentation
virtual bool acdk::lang::Boolean::booleanValue |
( |
|
) |
[inline, virtual] |
|
RObject acdk::lang::Boolean::clone |
( |
|
) |
[inline, virtual] |
|
RObject acdk::lang::Boolean::create_instance |
( |
|
) |
[inline, static] |
|
bool acdk::lang::Boolean::equals |
( |
bool |
other |
) |
[inline] |
|
virtual bool acdk::lang::Boolean::equals |
( |
IN(RObject) |
obj |
) |
[virtual] |
|
bool acdk::lang::Boolean::getBoolean |
( |
IN(RString) |
name |
) |
[static] |
|
RBoolean acdk::lang::Boolean::getFALSE |
( |
|
) |
[static] |
|
|
Instead of the JDK static values FALSE and TRUE, these values are wrapped in two functions because TRUE and FALSE will often #defined by system include headers.
|
RBoolean acdk::lang::Boolean::getTRUE |
( |
|
) |
[static] |
|
RClass acdk::lang::Boolean::getTYPE |
( |
|
) |
[static] |
|
virtual int acdk::lang::Boolean::hashCode |
( |
|
) |
[virtual] |
|
virtual RString acdk::lang::Boolean::toString |
( |
|
) |
[virtual] |
|
RBoolean acdk::lang::Boolean::valueOf |
( |
bool |
value |
) |
[inline, static] |
|
Member Data Documentation
|
|