|
| OdBlob (OdUInt32 nPageSize=0x1000) |
|
bool | rdBool () |
|
void | wrBool (bool) |
|
OdInt8 | rdInt8 () |
|
void | wrInt8 (OdInt8) |
|
OdInt16 | rdInt16 () |
|
void | wrInt16 (OdInt16) |
|
OdInt32 | rdInt32 () |
|
void | wrInt32 (OdInt32) |
|
OdInt64 | rdInt64 () |
|
void | wrInt64 (OdInt64) |
|
double | rdDouble () |
|
void | wrDouble (double) |
|
OdGePoint3d | rdPoint3d () |
|
void | wrPoint3d (const OdGePoint3d &) |
|
OdGeVector3d | rdVector3d () |
|
void | wrVector3d (const OdGeVector3d &) |
|
void * | rdAddress () |
|
void | wrAddress (const void *) |
|
void | rdBytes (void *buf, OdUInt32 len) |
|
void | wrBytes (const void *buf, OdUInt32 len) |
|
void | rdPoints2d (OdGePoint2d *points, OdUInt32 num) |
|
void | wrPoints2d (const OdGePoint2d *points, OdUInt32 num) |
|
void | rdPoints3d (OdGePoint3d *points, OdUInt32 num) |
|
void | wrPoints3d (const OdGePoint3d *points, OdUInt32 num) |
|
void | wrDoubles (const double *doubles, OdUInt32 num) |
|
void | rdDoubles (double *doubles, OdUInt32 num) |
|
void | rdObjectIds (OdDbStub **pRes, OdUInt32 num) |
|
OdDbStub * | rdObjectId () |
|
void | wrObjectId (const OdDbStub *id) |
|
void | addRef () |
|
void | release () |
|
| OdMemoryStreamImpl (OdUInt32 nPageDataSize=0x2000) |
|
OdUInt32 | pageDataSize () const |
|
void | setPageDataSize (OdUInt32 nPageSize) |
|
void | reserve (OdUInt64 nSize) |
|
OdUInt64 | length () |
|
OdUInt64 | seek (OdInt64 offset, OdDb::FilerSeekType whence) |
|
const void * | pageAlignedAddress (OdUInt32 nLen) |
|
OdUInt64 | tell () |
|
bool | isEof () |
|
OdUInt8 | getByte () |
|
void | getBytes (void *buffer, OdUInt32 nLen) |
|
void | putByte (OdUInt8 val) |
|
void | putBytes (const void *buffer, OdUInt32 nLen) |
|
void | rewind () |
|
void | truncate () |
|
| ~OdMemoryStreamImpl () |
|
| ODRX_DECLARE_MEMBERS (OdMemoryStream) |
|
virtual OdUInt32 | pageDataSize () const =0 |
|
virtual void | setPageDataSize (OdUInt32 pageDataSize)=0 |
|
virtual void | reserve (OdUInt64 numBytes)=0 |
|
OdString | fileName () |
|
| ODRX_DECLARE_MEMBERS (OdStreamBuf) |
|
virtual OdString | fileName () |
|
virtual bool | isEof () |
|
virtual OdUInt64 | tell () |
|
virtual OdUInt64 | length () |
|
virtual void | truncate () |
|
virtual void | rewind () |
|
virtual OdUInt64 | seek (OdInt64 offset, OdDb::FilerSeekType seekType) |
|
virtual OdUInt8 | getByte () |
|
virtual void | getBytes (void *buffer, OdUInt32 numBytes) |
|
virtual void | putByte (OdUInt8 value) |
|
virtual void | putBytes (const void *buffer, OdUInt32 numBytes) |
|
virtual void | copyDataTo (OdStreamBuf *pDestination, OdUInt64 sourceStart=0, OdUInt64 sourceEnd=0) |
|
virtual OdUInt32 | getShareMode () |
|
| ODRX_HEAP_OPERATORS () |
|
| OdRxObject () |
|
virtual | ~OdRxObject () |
|
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
|
virtual OdRxObject * | x (const OdRxClass *pClass) const |
|
virtual OdRxClass * | isA () const |
|
virtual void | addRef ()=0 |
|
virtual void | release ()=0 |
|
virtual long | numRefs () const |
|
bool | isKindOf (const OdRxClass *pClass) const |
|
virtual OdRxObjectPtr | clone () const |
|
virtual void | copyFrom (const OdRxObject *pSource) |
|
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
|
virtual bool | isEqualTo (const OdRxObject *pOther) const |
|
<group OdDbRoot_Classes> Corresponding C++ library: TD_Root
Definition at line 44 of file OdBlob.h.