SourcePro® 2024.1 |
SourcePro® API Reference Guide |
Deprecated. Encapsulates arrays of unsigned characters stored in RWDBBinaryVector instances. More...
#include <rw/db/dbvector.h>
Public Member Functions | |
unsigned char * | data () const |
operator unsigned char * () | |
RWDBBinaryVectorElement & | operator= (const RWDBBlob &blob) |
RWDBBinaryVectorElement is used to encapsulate arrays of unsigned characters stored in RWDBBinaryVector instances. A method is provided for assigning the data held in RWDBBlob instances.
In the following example, the ith
element of vector binaryVector
is assigned the data held in ablob:
|
inline |
Returns the unsigned char*
represented by self.
|
inline |
Conversion operator. Returns the unsigned char*
represented by self.
|
inline |
Assignment operator. Assigns the data held in blob to self.
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |