|
CFx SDK Documentation 2024 SP0
|
#include "TD_PackPush.h"#include "DbRootExport.h"#include "OdArrayPreDef.h"#include "OdaDefs.h"#include "OdString.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdDbHandle |
Macros | |
| #define | ODDBHANDLE /*!DOM*/ |
Typedefs | |
| typedef OdArray< OdDbHandle > | OdHandleArray |
Functions | |
| DBROOT_EXPORT int | getHexValue (int hexDigit) |
| #define ODDBHANDLE /*!DOM*/ |
Definition at line 28 of file DbHandle.h.
| typedef OdArray<OdDbHandle> OdHandleArray |
This template class is a specialization of the OdArray class for OdDbHandle objects.
Definition at line 198 of file DbHandle.h.
| DBROOT_EXPORT int getHexValue | ( | int | hexDigit | ) |
Returns the decimal value of a hexadecimal digit.
| hexDigit | [in] Hex digit. |
Examples:
getHexValue('A') returns 10, etc.