|
FRX SDK Documentation 2025 SP0
|
#include <AcDbIdPair.h>
Public Member Functions | |
| AcDbIdPair (AcDbIdPair const &) | |
| AcDbIdPair (AcDbObjectId, AcDbObjectId, bool=false, bool=true, bool=true) | |
| AcDbIdPair (void) | |
| ~AcDbIdPair (void) | |
| AcDbObjectId | key () const |
| AcDbObjectId | value () const |
| bool | isPrimary () const |
| bool | isOwnerXlated () const |
| bool | isCloned () const |
| void | setKey (AcDbObjectId) |
| void | setValue (const AcDbObjectId &) |
| void | setIsCloned (bool) |
| void | setIsPrimary (bool) |
| void | setIsOwnerXlated (bool) |
| AcDbIdPair & | operator= (AcDbIdPair const &) |
Public Member Functions inherited from AcNonRTTIObject | |
| AcNonRTTIObject () | |
| AcNonRTTIObject (const AcNonRTTIObject &source) | |
Public Member Functions inherited from AcObject | |
| AcObject () | |
| AcObject (const AcObject &source) | |
| virtual | ~AcObject () |
| void * | data () const |
Additional Inherited Members | |
Protected Attributes inherited from AcObject | |
| void * | m_pData |
Definition at line 23 of file AcDbIdPair.h.
| AcDbIdPair::AcDbIdPair | ( | AcDbIdPair const & | ) |
| AcDbIdPair::AcDbIdPair | ( | AcDbObjectId | , |
| AcDbObjectId | , | ||
| bool | = false, | ||
| bool | = true, | ||
| bool | = true ) |
| AcDbIdPair::AcDbIdPair | ( | void | ) |
| AcDbIdPair::~AcDbIdPair | ( | void | ) |
| bool AcDbIdPair::isCloned | ( | ) | const |
| bool AcDbIdPair::isOwnerXlated | ( | ) | const |
| bool AcDbIdPair::isPrimary | ( | ) | const |
| AcDbObjectId AcDbIdPair::key | ( | ) | const |
| AcDbIdPair & AcDbIdPair::operator= | ( | AcDbIdPair const & | ) |
| void AcDbIdPair::setKey | ( | AcDbObjectId | ) |
| void AcDbIdPair::setValue | ( | const AcDbObjectId & | ) |
| AcDbObjectId AcDbIdPair::value | ( | ) | const |