SourcePro® 2021.1 |
SourcePro® API Reference Guide |
Product Documentation: SourcePro Documentation Home |
Deprecated. Encapsulates arrays of decimals stored in RWDBDecimalVector objects. More...
#include <rw/db/dbvector.h>
Public Member Functions | |
operator char * () | |
RWDBDecimalVectorElement & | operator= (const RWDecimalPortable &val) |
RWDBDecimalVectorElement & | operator= (const long val) |
RWDBDecimalVectorElement & | operator= (const int val) |
RWDBDecimalVectorElement objects are used to encapsulate arrays of decimals stored in RWDBDecimalVector objects. A method is provided for assigning the data held in instances of RWDecimalPortable.
In the following example the ith
element of vector decVector
is assigned the data held in dec:
|
inline |
Conversion operator. Returns the char*
represented by self.
|
inline |
Assigns the data held in val to self.
|
inline |
Assigns the data held in val to self.
|
inline |
Assigns the data held in val to self.
Copyright © 2021 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |