Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWDBStringVectorElement



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

Synopsis

#include <rw/db/dbvector.h>

RWDBStringVector stringVector(width, length); 
RWDBStringVectorElement element = stringVector[i];

Description

RWDBStringVectorElements are used to encapsulate arrays of characters stored in RWDBStringVectors. A method is provided for assigning the data held in RWCStrings.

Example

In the following example the ith element of vector stringVector is assigned the data held in astring:

Public Member Operators

RWDBStringVectorElement& 
operator=(const RWCString& string);
operator 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.