![]() | InDesign SDK 20.5 |
#include <IRIDX.h>
Public Member Functions | |
| RIDXSource () | |
| RIDXSource (UID sourceUID, ImplementationID sourceImplID) | |
| RIDXSource (uint32 sourceUID, uint32 sourceImplID) | |
| UID | GetUID () const |
| ImplementationID | GetImplID () const |
Represents the source part of a reference tracked by the reference index. It is a (UID,ImplementationID) pair representing some particular interface's implementation on some particular UID. Comparison operators ==, !=, and < are defined, and the rest are omitted by design. Ordering for operator < is the lexicographical ordering of the sequence sourceUID, sourceImplementationID.
| inline |
Constructs an uninitialized source.
| inline |
Constructs a source.
| sourceUID | is the UID that the reference is from. |
| sourceImplID | is the implementation on that UID that the reference is from. |
| inline |
Constructs a source.
| sourceUID | is the UID that the reference is from. |
| sourceImplID | is the implementation on that UID that the reference is from. |
| inline |
Gets the ImplementationID of the source.
| inline |
Gets the UID of the source.