Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWDBBinaryVectorElement



Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions
data()
operator=()
operator unsigned char*()

Synopsis

#include <rw/db/dbvector.h>

RWDBBinaryVector binaryVector(width, length); 
RWDBBinaryVectorElement element = binaryVector[i];

Description

RWDBBinaryVectorElements are used to encapsulate arrays of unsigned characters stored in RWDBBinaryVectors. A method is provided for assigning the data held in RWDBlobs.

Example

In the following example the ith element of vector binaryVector is assigned the data held in ablob:

Public Member Operators

RWDBBinaryVectorElement& 
operator=(const RWDBBlob& blob);
operator unsigned char*();

Public Member Function

unsigned char*
data() const;


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.