bool

There is currently no description for this class. Please help us by contributing one!

Constructors

bool

bool ( )

bool

bool ( bool from )

bool

bool ( float from )

bool

bool ( int from )

Operators

bool

operator != ( bool right )

bool

operator < ( bool right )

bool

operator == ( bool right )

bool

operator > ( bool right )


Constructor Descriptions

bool bool ( )

There is currently no description for this constructor. Please help us by contributing one!


bool bool ( bool from )

There is currently no description for this constructor. Please help us by contributing one!


bool bool ( float from )

There is currently no description for this constructor. Please help us by contributing one!


bool bool ( int from )

There is currently no description for this constructor. Please help us by contributing one!


Operator Descriptions

bool operator != ( bool right )

There is currently no description for this operator. Please help us by contributing one!


bool operator < ( bool right )

There is currently no description for this operator. Please help us by contributing one!


bool operator == ( bool right )

There is currently no description for this operator. Please help us by contributing one!


bool operator > ( bool right )

There is currently no description for this operator. Please help us by contributing one!