CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations | Functions
DbPageController.h File Reference
#include "RxObject.h"
#include "DbExport.h"
#include "DbDatabase.h"

Go to the source code of this file.

Classes

class  OdDbPageController
 

Namespaces

namespace  OdDb
 

Typedefs

typedef OdSmartPtr< OdStreamBufOdStreamBufPtr
 
typedef OdSmartPtr< OdDbPageControllerOdDbPageControllerPtr
 

Enumerations

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

Functions

void odDbPageObjects (OdDbDatabase *pDb)
 

Typedef Documentation

◆ OdDbPageControllerPtr

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

Definition at line 179 of file DbPageController.h.

◆ OdStreamBufPtr

Definition at line 36 of file DbPageController.h.

Function Documentation

◆ odDbPageObjects()

void odDbPageObjects ( OdDbDatabase pDb)
inline

Deprecated. Use OdDbDatabase::pageObjects instead.

Remarks
See Paging Support for details.

Definition at line 187 of file DbPageController.h.