This class is used in CopyDatabaseTo() and JoinDatabaseTo() for one <-> many conversions. More...
#include <rvc/dbase.h>
Public Member Functions | |
| ELEMTRANSLIST (const ELEMTRANSLIST &rhs) | |
| ELEMTRANSLIST () | |
| ~ELEMTRANSLIST () | |
| ERRVALUE | AddElement (INT32 SourceNum, INT32 DestNum) |
| INT32 | GetNumItems () const |
| ERRVALUE | Initialize (INT32 NumItems) |
| ELEMTRANSLIST & | operator= (const ELEMTRANSLIST &rhs) |
| ERRVALUE | Resize (INT32 NumItems) |
This class is used in CopyDatabaseTo() and JoinDatabaseTo() for one <-> many conversions.
| RVC::DBASE::ELEMTRANSLIST::ELEMTRANSLIST | ( | ) |
Constructor.
| RVC::DBASE::ELEMTRANSLIST::ELEMTRANSLIST | ( | const ELEMTRANSLIST & | rhs | ) | [inline] |
Copy Constructor.
| RVC::DBASE::ELEMTRANSLIST::~ELEMTRANSLIST | ( | ) |
Destructor.
Add a destination element to the list.
| INT32 RVC::DBASE::ELEMTRANSLIST::GetNumItems | ( | ) | const [inline] |
Get the number of source items in the translation list.
Initialize the translist to the number of source elements.
| NumItems | Number of source elements |
| ELEMTRANSLIST& RVC::DBASE::ELEMTRANSLIST::operator= | ( | const ELEMTRANSLIST & | rhs | ) | [inline] |
Assignment operator.
Resize the translist to the new number of source elements.
| NumItems | Number of source elements |
1.6.1