CFx SDK Documentation
2020SP3
|
#include "DDKERNEL.h"
#include <RxObject.h>
#include <DbObject.h>
#include <DbEntity.h>
#include "FxPragmaPush.h"
#include "FxPragmaPop.h"
Go to the source code of this file.
Functions | |
int DDKERNEL_API | Compare (const OdRxObjectPtr &left, const OdRxObjectPtr &right) |
bool DDKERNEL_API | operator< (const OdRxObjectPtr &left, const OdRxObjectPtr &right) |
bool DDKERNEL_API | operator== (const OdRxObjectPtr &left, const OdRxObjectPtr &right) |
bool DDKERNEL_API | operator!= (const OdRxObjectPtr &left, const OdRxObjectPtr &right) |
int DDKERNEL_API | Compare (const OdDbObjectPtr &left, const OdDbObjectPtr &right) |
bool DDKERNEL_API | operator< (const OdDbObjectPtr &left, const OdDbObjectPtr &right) |
int DDKERNEL_API | Compare (const OdDbEntityPtr &left, const OdDbEntityPtr &right) |
bool DDKERNEL_API | operator< (const OdDbEntityPtr &left, const OdDbEntityPtr &right) |
int DDKERNEL_API Compare | ( | const OdDbEntityPtr & | left, |
const OdDbEntityPtr & | right | ||
) |
int DDKERNEL_API Compare | ( | const OdDbObjectPtr & | left, |
const OdDbObjectPtr & | right | ||
) |
int DDKERNEL_API Compare | ( | const OdRxObjectPtr & | left, |
const OdRxObjectPtr & | right | ||
) |
bool DDKERNEL_API operator!= | ( | const OdRxObjectPtr & | left, |
const OdRxObjectPtr & | right | ||
) |
bool DDKERNEL_API operator< | ( | const OdDbEntityPtr & | left, |
const OdDbEntityPtr & | right | ||
) |
bool DDKERNEL_API operator< | ( | const OdDbObjectPtr & | left, |
const OdDbObjectPtr & | right | ||
) |
bool DDKERNEL_API operator< | ( | const OdRxObjectPtr & | left, |
const OdRxObjectPtr & | right | ||
) |
bool DDKERNEL_API operator== | ( | const OdRxObjectPtr & | left, |
const OdRxObjectPtr & | right | ||
) |