CFx SDK Documentation  2023 SP0
Classes | Macros | Typedefs | Functions
DbHandle.h File Reference
#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< OdDbHandleOdHandleArray
 

Functions

DBROOT_EXPORT int getHexValue (int hexDigit)
 

Macro Definition Documentation

◆ ODDBHANDLE

#define ODDBHANDLE   /*!DOM*/

Definition at line 28 of file DbHandle.h.

Typedef Documentation

◆ OdHandleArray

This template class is a specialization of the OdArray class for OdDbHandle objects.

Definition at line 198 of file DbHandle.h.

Function Documentation

◆ getHexValue()

DBROOT_EXPORT int getHexValue ( int  hexDigit)

Returns the decimal value of a hexadecimal digit.

Parameters
hexDigit[in] Hex digit.

Examples:
getHexValue('A') returns 10, etc.