GLG Toolkit, Java Class Library  Version 4.6

Mutable boolean object. More...

Detailed Description

Mutable boolean object.

This object contains a boolean value.

Public Member Functions

 GlgBoolean ()
 Default contsructor. More...
 
 GlgBoolean (Boolean boolean_obj)
 Constructs a new GlgBoolean with a specified value. More...
 
 GlgBoolean (boolean value_p)
 Constructs a new GlgBoolean with a specified value. More...
 
 GlgBoolean (GlgBoolean boolean_obj)
 Copy constructor. More...
 
void CopyFrom (GlgBoolean boolean_obj)
 Copies values from another GlgBoolean. More...
 

Public Attributes

boolean value
 The object's value. More...
 

Member Data Documentation

◆ value

boolean value

The object's value.

Constructor & Destructor Documentation

◆ GlgBoolean() [1/4]

Default contsructor.

◆ GlgBoolean() [2/4]

GlgBoolean ( boolean  value_p)

Constructs a new GlgBoolean with a specified value.

Parameters
value_pThe value.

◆ GlgBoolean() [3/4]

GlgBoolean ( Boolean  boolean_obj)

Constructs a new GlgBoolean with a specified value.

Parameters
boolean_objThe value object.

◆ GlgBoolean() [4/4]

GlgBoolean ( GlgBoolean  boolean_obj)

Copy constructor.

Parameters
boolean_objThe object to copy.

Member Function Documentation

◆ CopyFrom()

void CopyFrom ( GlgBoolean  boolean_obj)

Copies values from another GlgBoolean.

Parameters
boolean_objThe object to copy the value from.