CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
DbSortentsTable.h File Reference
#include "TD_PackPush.h"
#include "DbObject.h"
#include "OdaSTL.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbSortentsTable
 

Macros

#define STL_USING_UTILITY
 

Typedefs

typedef std::pair< OdDbHandle, OdDbObjectIdHandlePair
 
typedef OdArray< HandlePair, OdMemoryAllocator< HandlePair > > HandlePairsArray
 
typedef OdSmartPtr< OdDbSortentsTableOdDbSortentsTablePtr
 

Functions

TOOLKIT_EXPORT OdDbObjectId fxGetTop (OdDbSortentsTablePtr p, const OdDbObjectIdArray &objects)
 
TOOLKIT_EXPORT OdDbObjectId fxGetBottom (OdDbSortentsTablePtr p, const OdDbObjectIdArray &objects)
 

Macro Definition Documentation

◆ STL_USING_UTILITY

#define STL_USING_UTILITY

Definition at line 34 of file DbSortentsTable.h.

Typedef Documentation

◆ HandlePair

typedef std::pair<OdDbHandle, OdDbObjectId> HandlePair

This template class is a specialization of the std::pair class for OdDbHandle-OdDbObjectId pairs.

Definition at line 40 of file DbSortentsTable.h.

◆ HandlePairsArray

This template class is a specialization of the OdArray class for OdDbHandle-OdDbObjectId pairs.

Definition at line 45 of file DbSortentsTable.h.

◆ OdDbSortentsTablePtr

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

Definition at line 251 of file DbSortentsTable.h.

Function Documentation

◆ fxGetBottom()

◆ fxGetTop()