|
CFx SDK Documentation
2023 SP0
|
Go to the source code of this file.
Classes | |
| class | OdDbPageController |
Namespaces | |
| OdDb | |
Typedefs | |
| typedef OdSmartPtr< OdStreamBuf > | OdStreamBufPtr |
| typedef OdSmartPtr< OdDbPageController > | OdDbPageControllerPtr |
Enumerations | |
| enum | OdDb::PagingType { OdDb::kUnload = 0x01 , OdDb::kPage = 0x02 } |
Functions | |
| TOOLKIT_EXPORT void | odDbPageObjects (OdDbDatabase *pDb) |
This template class is a specialization of the OdSmartPtr class for OdDbPageController object pointers.
Definition at line 169 of file DbPageController.h.
| typedef OdSmartPtr<OdStreamBuf> OdStreamBufPtr |
Definition at line 35 of file DbPageController.h.
| TOOLKIT_EXPORT void odDbPageObjects | ( | OdDbDatabase * | pDb | ) |
Pages the database objects for the specified OdDbDatabase instance that have been marked for paging since the last call to this function.
| pDb | [in] Pointer to the database. |