| Home | Hierarchy | Members | Alphabetical | Related Pages |
#include <sfbool.h>
Public Member Functions | |
| SFBool () | |
| SFBool (const bool b) | |
| SFBool & | operator= (const bool b) |
| SFBool & | operator= (const SFBool b) |
| operator bool () const | |
| bool | operator== (const SFBool &b) |
Static Public Member Functions | |
| static const char * | typeName () |
| static FieldTypeId | typeId () |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const SFBool &f) |
The SFBool field or event specifies a single boolean value. SFBools are written as TRUE or FALSE. For example,
fooBool FALSE
is an SFBool field, fooBool, defining a FALSE value.
The initial value of an SFBool eventOut is FALSE.
![]()
| SFBool & operator= | ( | const bool | b | ) | [inline] |
| operator bool | ( | ) | const [inline] |
| bool operator== | ( | const SFBool & | b | ) | [inline] |
| const char * typeName | ( | ) | [inline, static] |
| FieldTypeId typeId | ( | ) | [inline, static] |
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const SFBool & | f | |||
| ) | [friend] |
Generated on 5 Jan 2007 with
version 1.5.1.
|
|