![]() | InDesign SDK 20.5 |
#include <SchemaUtils.h>
Public Member Functions | |
| FieldKey (FieldID id=kInvalidFieldID) | |
| FieldKey (FieldID id, const Instance &i) | |
| FieldKey (const FieldKey &other) | |
| FieldID | GetID () const |
| const Instance & | GetInstance () const |
| bool16 | IsValid () const |
| void | SetID (FieldID id) |
| void | SetInstance (const Instance &i) |
| void | Invalidate () |
| bool16 | operator< (const FieldKey &other) const |
| bool16 | operator== (const FieldKey &other) const |
| FieldKey & | operator= (const FieldKey &other) |
This is a private utility class referenced only by private method or data of other public classes. It is not intended to be used directly by outside developers.