Method |
Description |
= |
Assignment operator. Upon completion, the left side is an independent copy of the MBool instance on the right side. |
== |
Determine whether this MBool is equal to the MBool passed in as a parameter. |
downCast |
Safe cast operation for MBool. |
downCast |
Safe cast operation for MBool. |
getAsBoolean |
Retrieve data as an Mboolean. |
 getClassDescription |
Return the class description for this class. |
 getClassName |
Return the class name as a char*. |
MBool |
Copy constructor. Creates an MBool from a existing MBool. |
MBool |
Creates an MBool using the specified value; encapsulating, in effect, the value Mtrue or Mfalse. |