#include <PlugIn.h>
Public Member Functions | |
UPITID () | |
Default constructor. | |
NVSG_API | UPITID (unsigned short pit, const char verStr[16]) |
Constructor. | |
NVSG_API | UPITID (const UPITID &rhs) |
Copy constructor. | |
Friends | |
bool | operator< (const UPITID &lhs, const UPITID &rhs) |
"Less than" comparison | |
bool | operator== (const UPITID &lhs, const UPITID &rhs) |
Comparison. | |
bool | operator!= (const UPITID &lhs, const UPITID &rhs) |
Comparison. |
A helper class for assembling unique IDs that identify a certain plug interface type. A short numeric interface type ID and a 16 byte version string are concatenated to define a unique plug interface type identifier.
|
Default constructor. Default constructs a UPITID object. |
|
Constructor. Constructs a UPITID object from a plug interface type ID and a version string.
|
|
Copy constructor. |
|
"Less than" comparison Compares two UPITID objects. This operator is required e.g. if it is intended to store UPITID objects in ordered containers.
|
|
Comparison. Tests two UPITID objects on equality.
|
|
Comparison. Tests two UPITID objects on inequality.
|