CFx SDK Documentation  2020SP3
Classes | Namespaces | Typedefs | Enumerations | Functions
DbPageController.h File Reference
#include "RxObject.h"
#include "DbExport.h"

Go to the source code of this file.

Classes

class  OdDbPageController
 

Namespaces

 OdDb
 

Typedefs

typedef OdSmartPtr< OdStreamBufOdStreamBufPtr
 
typedef OdSmartPtr< OdDbPageControllerOdDbPageControllerPtr
 

Enumerations

enum  OdDb::PagingType { OdDb::kUnload = 0x01, OdDb::kPage = 0x02 }
 

Functions

TOOLKIT_EXPORT void odDbPageObjects (OdDbDatabase *pDb)
 

Typedef Documentation

◆ OdDbPageControllerPtr

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

Definition at line 169 of file DbPageController.h.

◆ OdStreamBufPtr

Definition at line 35 of file DbPageController.h.

Function Documentation

◆ odDbPageObjects()

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.

Remarks
See Paging Support for details.
Parameters
pDb[in] Pointer to the database.