Vault  4.1
Public Member Functions | Static Public Member Functions | Protected Member Functions
VBentoS8 Class Reference

VBentoS8 is a VBentoAttribute that holds a Vs8 value. More...

#include <vbento.h>

Inheritance diagram for VBentoS8:
VBentoAttribute

List of all members.

Public Member Functions

 VBentoS8 ()
 Constructs with uninitialized name and value.
 VBentoS8 (VBinaryIOStream &stream)
 Constructs by reading from stream.
 VBentoS8 (const VString &name, Vs8 i)
 Constructs from supplied name and value.
virtual ~VBentoS8 ()
 Destructor.
virtual VBentoAttributeclone () const
VBentoS8operator= (const VBentoS8 &rhs)
virtual void getValueAsXMLText (VString &s) const
 Returns a string suitable for an XML attribute value, including escaping via _escapeXMLValue() if needed.
virtual void getValueAsString (VString &s) const
 Returns a printable form of the attribute value.
virtual void getValueAsBentoTextString (VString &s) const
 Returns a Bento Text form of the attribute value.
Vs8 getValue () const
 Returns the attribute's value.
void setValue (Vs8 i)
 Sets the attribute's value.

Static Public Member Functions

static const VStringDATA_TYPE_ID ()
 The data type name / class ID string.

Protected Member Functions

virtual Vs64 getDataLength () const
 Returns the length of this object's raw data only.
virtual void writeDataToBinaryStream (VBinaryIOStream &stream) const
 Writes the object's raw data only to a binary stream.

Detailed Description

VBentoS8 is a VBentoAttribute that holds a Vs8 value.

Definition at line 866 of file vbento.h.


Constructor & Destructor Documentation

VBentoS8::VBentoS8 ( VBinaryIOStream stream) [inline]

Constructs by reading from stream.

Parameters:
streamthe stream to read

Definition at line 872 of file vbento.h.


Member Function Documentation

Vs8 VBentoS8::getValue ( ) const [inline]

Returns the attribute's value.

Returns:
the value

Definition at line 883 of file vbento.h.

void VBentoS8::setValue ( Vs8  i) [inline]

Sets the attribute's value.

Parameters:
ithe attribute value

Definition at line 884 of file vbento.h.

virtual Vs64 VBentoS8::getDataLength ( ) const [inline, protected, virtual]

Returns the length of this object's raw data only.

Returns:
the length of the object's raw data

Implements VBentoAttribute.

Definition at line 888 of file vbento.h.

virtual void VBentoS8::writeDataToBinaryStream ( VBinaryIOStream stream) const [inline, protected, virtual]

Writes the object's raw data only to a binary stream.

Parameters:
streamthe stream to write to

Implements VBentoAttribute.

Definition at line 889 of file vbento.h.

References VBinaryIOStream::writeS8().


The documentation for this class was generated from the following file:

Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.