|
CFx SDK Documentation 2026 SP0
|
#include <DbRevisionGuid.h>
Public Member Functions | |
| OdDbRevisionGuid () | |
| OdDbRevisionGuid (const OdString &value) | |
| OdDbRevisionGuid & | operator= (const OdString &str) |
| OdString | ascii () const |
| OdResult | dxfInRaw (OdDbDxfFiler *pFiler) |
| void | dxfOutRaw (OdDbDxfFiler *pFiler) const |
| void | dwgIn (OdDbDwgFiler *pFiler) |
| void | dwgOut (OdDbDwgFiler *pFiler) const |
Public Member Functions inherited from OdGUID | |
| OdGUID () | |
| OdGUID (const OdGUID &other)=default | |
| OdGUID (const OdUInt32, const OdUInt16, const OdUInt16, const OdUInt8, const OdUInt8, const OdUInt8, const OdUInt8, const OdUInt8, const OdUInt8, const OdUInt8, const OdUInt8) | |
| OdGUID (const OdInt32, const OdInt16, const OdInt16, const Data4Type &) | |
| OdGUID (const DataType &data) | |
| OdGUID (const OdString &value) | |
| OdGUID (const OdAnsiString &value) | |
| OdGUID (const char *value) | |
| OdGUID & | operator= (const OdGUID &other)=default |
| OdGUID & | operator= (const OdString &other) |
| OdGUID & | operator= (const OdAnsiString &other) |
| OdGUID & | operator= (const char *other) |
| bool | operator< (const OdGUID &) const |
| bool | operator> (const OdGUID &) const |
| bool | operator== (const OdGUID &) const |
| bool | operator!= (const OdGUID &) const |
| bool | operator<= (const OdGUID &) const |
| bool | operator>= (const OdGUID &) const |
| OdString | toString (const StringFormat::Enum format=StringFormat::Hyphenses) const |
| const DataType & | data () const |
| void | setGUIDdata (const OdUInt32, const OdUInt16, const OdUInt16, const Data4Type &) |
Static Public Member Functions | |
| static void | createGuid (OdDbRevisionGuid &newGuid) |
Additional Inherited Members | |
Public Types inherited from OdGUID | |
| typedef OdUInt8 | DataType[0x10] |
| typedef OdUInt8 | Data4Type[0x8] |
Static Public Attributes inherited from OdGUID | |
| static FIRSTDLL_EXPORT_STATIC const OdGUID | kNull |
This class represents GUID value.
Corresponding C++ library: TD_DbCore
<group OdDb_Classes>
Definition at line 40 of file DbRevisionGuid.h.
|
inline |
Default constructor for objects of the OdDbRevisionGuid class.
Definition at line 48 of file DbRevisionGuid.h.
|
inline |
Constructs the OdDbRevisionGuid and sets it to a value specified by string representation.
| value | [in] ASCII string representation of GUID value to initialize the instance in the format "{12345678-9ABC-DEF0-1234-56789ABCDEF0}". |
Definition at line 56 of file DbRevisionGuid.h.
|
inline |
Converts GUID value to ASCII string.
Definition at line 98 of file DbRevisionGuid.h.
|
inlinestatic |
Creates new unique GUID value and sets it to a given OdDbRevisionGuid object.
| newGuid | [out] OdDbRevisionGuid object to initialize with a new unique value. |
Definition at line 88 of file DbRevisionGuid.h.
|
inline |
Loads OdDbRevisionGuid object from a DWG filer.
Definition at line 138 of file DbRevisionGuid.h.
|
inline |
Writes OdDbRevisionGuid object to a DWG filer.
Definition at line 151 of file DbRevisionGuid.h.
|
inline |
Loads OdDbRevisionGuid object from a DXF filer.
Definition at line 107 of file DbRevisionGuid.h.
|
inline |
Writes OdDbRevisionGuid object to a DXF filer.
Definition at line 126 of file DbRevisionGuid.h.
|
inline |
Assigns a value specified by string representation.
| str | [in] ASCII string representation of GUID value to set in the format "{12345678-9ABC-DEF0-1234-56789ABCDEF0}". |
Definition at line 66 of file DbRevisionGuid.h.