| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for SFString:

Public Methods | |
| SFString (const std::string &value=std::string()) throw (std::bad_alloc) | |
| Constructor. | |
| virtual | ~SFString () throw () |
| Destructor. | |
| const std::string & | get () const throw () |
| Get value. | |
| void | set (const std::string &value) throw (std::bad_alloc) |
| 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, std::bad_alloc) |
| 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 | |
| std::string | 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. |