CFx SDK Documentation  2023 SP0
Classes | Typedefs
DbSymbolTable.h File Reference
#include "TD_PackPush.h"
#include "DbObject.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdError_DuplicateRecordName
 
class  OdDbSymbolTable
 
class  OdDbSymbolTableIterator
 

Typedefs

typedef OdSmartPtr< OdDbSymbolTableIteratorOdDbSymbolTableIteratorPtr
 
typedef OdSmartPtr< OdDbSymbolTableRecordOdDbSymbolTableRecordPtr
 
typedef OdSmartPtr< OdDbSymbolTableOdDbSymbolTablePtr
 

Typedef Documentation

◆ OdDbSymbolTableIteratorPtr

This template class is a specialization of the OdSmartPtr class for OdDbSymbolTableIterator object pointers.

Definition at line 40 of file DbSymbolTable.h.

◆ OdDbSymbolTablePtr

The typified smart pointer for the predefined table object. This template class is specialization of the OdSmartPtr class for the OdDbSymbolTable object.

See also
<link smart_pointers.html, Working with Smart Pointers>

Definition at line 226 of file DbSymbolTable.h.

◆ OdDbSymbolTableRecordPtr

This template class is a specialization of the OdSmartPtr class for OdDbSymbolTableRecord object pointers.

Definition at line 44 of file DbSymbolTable.h.