GLG Toolkit, C# Class Library  Version 4.6
GlgBoolean Class Reference

Mutable boolean object. More...

Detailed Description

Mutable boolean object.

This object contains a boolean value.

Public Member Functions

 GlgBoolean ()
 Default contsructor. More...
 
 GlgBoolean (bool 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

bool value
 The object's value. More...
 

Member Data Documentation

◆ value

bool value

The object's value.

Constructor & Destructor Documentation

◆ GlgBoolean() [1/3]

Default contsructor.

◆ GlgBoolean() [2/3]

GlgBoolean ( bool  value_p)

Constructs a new GlgBoolean with a specified value.

Parameters
value_pThe value.

◆ GlgBoolean() [3/3]

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.