CFx SDK Documentation
2023 SP0
|
#include "OdaCommon.h"
#include "daiBuildOptions.h"
#include "DbHandle.h"
#include "daiConsts.h"
#include "OdString.h"
Go to the source code of this file.
Namespaces | |
OdDAI | |
OdDAI::Utils | |
Functions | |
bool | OdDAI::Utils::isUnset (const float &value) |
bool | OdDAI::Utils::isUnset (const double &value) |
bool | OdDAI::Utils::isUnset (const int value) |
bool | OdDAI::Utils::isUnset (const OdString &value) |
bool | OdDAI::Utils::isUnset (const OdAnsiString &value) |
bool | OdDAI::Utils::isUnset (const char *value) |
bool | OdDAI::Utils::isUnset (const OdUInt64 &value) |
bool | OdDAI::Utils::isUnset (const OdDbHandle &value) |
bool | OdDAI::Utils::isUnset (const OdDAIObjectId &value) |
bool DAI_EXPORT | OdDAI::operator== (const OdFileDescriptionAuto &left, const OdFileDescriptionAuto &right) |
bool DAI_EXPORT | OdDAI::operator== (const OdFileNameAuto &left, const OdFileNameAuto &right) |
bool DAI_EXPORT | OdDAI::operator== (const OdFileSchemaAuto &left, const OdFileSchemaAuto &right) |
bool DAI_EXPORT | OdDAI::operator== (const OdDAI::OdSelect &left, const OdDAI::OdSelect &right) |
bool DAI_EXPORT | OdDAI::operator!= (const OdDAI::OdSelect &left, const OdDAI::OdSelect &right) |
bool DAI_EXPORT | OdDAI::Utils::encodeText (const OdString &encodeWhat, OdAnsiString &result) |
bool DAI_EXPORT | OdDAI::Utils::decodeText (const OdAnsiString &decodeWhat, OdString &result) |