#include <rvc/dbase.h>
Public Member Functions | |
| ERRVALUE | AddElement (INT32 SourceNum, INT32 DestNum) |
| ELEMTRANSLIST (const ELEMTRANSLIST &rhs) | |
| ELEMTRANSLIST () | |
| INT32 | GetNumItems () const |
| ERRVALUE | Initialize (INT32 NumItems) |
| operator const DBELEMTRANSLIST * () const | |
| ELEMTRANSLIST & | operator= (const ELEMTRANSLIST &rhs) |
| ERRVALUE | Resize (INT32 NumItems) |
| ~ELEMTRANSLIST () | |
Definition at line 705 of file dbase.h.
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
Add a destination element to the list.
|
|
|
Get the number of source items in the translation list.
|
|
|
Initialize the translist to the number of source elements.
|
|
|
Conversion operator for MfDatabaseJoinExt() call.
|
|
|
Assignment operator.
|
|
|
Resize the translist to the new number of source elements.
|
1.3.8-20040913