SFString Class Reference

#include <SFString.h>

Inheritance diagram for SFString:

FieldValue List of all members.

Public Member Functions

 SFString (const std::string &value)
 SFString (const char *str)
virtual ~SFString ()
const std::string getValue () const
virtual int getType () const
virtual const char * getTypeName () const
virtual void write (FILE *f, int indent) const
virtual bool equals (const FieldValue *value) const
virtual FieldValuecopy ()

Private Attributes

std::string _value

Constructor & Destructor Documentation

SFString::SFString ( const std::string &  value  ) 

SFString::SFString ( const char *  str  ) 

virtual SFString::~SFString (  )  [inline, virtual]


Member Function Documentation

const std::string SFString::getValue (  )  const [inline]

virtual int SFString::getType (  )  const [inline, virtual]

Implements FieldValue.

virtual const char* SFString::getTypeName (  )  const [inline, virtual]

Implements FieldValue.

void SFString::write ( FILE *  f,
int  indent 
) const [virtual]

Implements FieldValue.

bool SFString::equals ( const FieldValue value  )  const [virtual]

Implements FieldValue.

virtual FieldValue* SFString::copy (  )  [inline, virtual]

Implements FieldValue.


Member Data Documentation

std::string SFString::_value [private]


Generated on Thu Jan 18 10:06:22 2007 for vhdPLUS by  doxygen 1.5.1-p1