InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UIDPairRef Class Reference

#include <UIDPairRef.h>

Public Member Functions

 UIDPairRef (IDataBase *db, UID key, UID value)
 
 UIDPairRef (const UIDPairRef &ref)
 
IDataBaseGetDataBase () const
 
UID GetKeyUID () const
 
UID GetValueUID () const
 
bool16 operator== (const UIDPairRef &other) const
 
bool16 operator!= (const UIDPairRef &other) const
 

Detailed Description

Contains a pair of UIDs

Constructor & Destructor Documentation

UIDPairRef::UIDPairRef (IDataBasedb,
UID key,
UID value 
)
inline

Constructor

Returns
UIDPairRef::UIDPairRef (const UIDPairRefref)
inline

Constructor

Returns

Member Function Documentation

IDataBase* UIDPairRef::GetDataBase (void ) const
inline

Return the database

Returns
IDataBase
UID UIDPairRef::GetKeyUID () const
inline

Return the key UID

Returns
UID
UID UIDPairRef::GetValueUID () const
inline

Return the value UID

Returns
UID
bool16 UIDPairRef::operator!= (const UIDPairRefother) const
inline

Operator !=

Returns
bool16
bool16 UIDPairRef::operator== (const UIDPairRefother) const
inline

Operator ==

Returns
bool16