Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for SFInt32:
Public Methods | |
SFInt32 (long value=0) throw () | |
Constructor. | |
virtual | ~SFInt32 () throw () |
Destructor. | |
long | get () const throw () |
Get value. | |
void | set (long value) throw () |
Set 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 &) const |
Print to an output stream. | |
Private Attributes | |
long | value |
|
Constructor.
|
|
Destructor.
|
|
Virtual assignment.
Implements FieldValue. |
|
Virtual copy constructor.
Implements FieldValue. |
|
Get value.
|
|
Print to an output stream.
Implements FieldValue. |
|
Set value.
|
|
Get the FieldValue::Type associated with this class.
Implements FieldValue. |