CFx SDK Documentation  2020SP3
Classes | Namespaces | Typedefs | Enumerations
OdStreamBuf.h File Reference
#include "RxObject.h"
#include "TD_PackPush.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdStreamBuf
 

Namespaces

 OdDb
 

Typedefs

typedef OdSmartPtr< OdStreamBufOdStreamBufPtr
 

Enumerations

enum  OdDb::FilerSeekType { OdDb::kSeekFromStart = SEEK_SET, OdDb::kSeekFromCurrent = SEEK_CUR, OdDb::kSeekFromEnd = SEEK_END }
 

Typedef Documentation

◆ OdStreamBufPtr

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

Definition at line 185 of file OdStreamBuf.h.