Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for SFBool:
Public Methods | |
SFBool (bool value=false) throw () | |
Constructor. | |
virtual | ~SFBool () throw () |
Destructor. | |
bool | get () const throw () |
Get the value. | |
void | set (bool value) throw () |
Set the value. | |
virtual std::auto_ptr< FieldValue > | clone () const throw (std::bad_alloc) |
Virtual copy constructor. | |
virtual FieldValue & | assign (const FieldValue &value) throw (std::bad_cast) |
Virtual assignment. | |
virtual Type | type () const throw () |
Get the FieldValue::Type associated with this class. | |
Private Methods | |
virtual void | print (std::ostream &out) const |
Print to an output stream. | |
Private Attributes | |
bool | value |
|
Constructor.
|
|
Destructor.
|
|
Virtual assignment.
Implements FieldValue. |
|
Virtual copy constructor.
Implements FieldValue. |
|
Get the value.
|
|
Print to an output stream.
Implements FieldValue. |
|
Set the value.
|
|
Get the FieldValue::Type associated with this class.
Implements FieldValue. |