Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWDBDecimalVectorElement



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

Synopsis

#include <rw/db/dbvector.h>

RWDBDecimalVector decVector(width, length); 
RWDBDecimalVectorElement element = decVector[i];

Description

RWDBDecimalVectorElements are used to encapsulate arrays of decimals stored in RWDBDecimalVectors. A method is provided for assigning the data held in RWDecimalPortables.

Example

In the following example the ith element of vector decVector is assigned the data held in dec:

Public Member Operators

RWDBDecimalVectorElement& 
operator=(const RWDecimalPortable& val);
RWDBDecimalVectorElement& 
operator=(const long val);
RWDBDecimalVectorElement& 
operator=(const int val);
operator char*();


Previous fileTop of DocumentContentsIndexNext file

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