SFBool Class Reference

#include <SFBool.h>

Inheritance diagram for SFBool:

FieldValue List of all members.

Public Member Functions

 SFBool (bool value)
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 ()
bool getValue () const

Private Attributes

bool _value

Constructor & Destructor Documentation

SFBool::SFBool ( bool  value  ) 


Member Function Documentation

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

Implements FieldValue.

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

Implements FieldValue.

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

Implements FieldValue.

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

Implements FieldValue.

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

Implements FieldValue.

bool SFBool::getValue (  )  const [inline]


Member Data Documentation

bool SFBool::_value [private]


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