SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Deprecated. Encapsulates arrays of characters stored in RWDBStringVector objects. More...
#include <rw/db/dbvector.h>
Public Member Functions | |
char * | data () const |
operator char * () | |
RWDBStringVectorElement & | operator= (const RWCString &s) |
RWDBStringVectorElement objects are used to encapsulate arrays of characters stored in RWDBStringVector objects. A method is provided for assigning the data held in instances of RWCString.
In the following example the ith
element of vector stringVector
is assigned the data held in astring:
|
inline |
Returns the char*
represented by self.
|
inline |
Conversion operator. Returns the char*
represented by self.
|
inline |
Assigns the data held in s to self.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |