Definition at line 24 of file physxMemoryWriteBuffer.h.
◆ PhysxMemoryWriteBuffer()
PhysxMemoryWriteBuffer::PhysxMemoryWriteBuffer |
( |
| ) |
|
◆ ~PhysxMemoryWriteBuffer()
PhysxMemoryWriteBuffer::~PhysxMemoryWriteBuffer |
( |
| ) |
|
|
virtual |
◆ readBuffer()
virtual void PhysxMemoryWriteBuffer::readBuffer |
( |
void * | buffer, |
|
|
NxU32 | size ) const |
|
inlinevirtual |
◆ readByte()
virtual NxU8 PhysxMemoryWriteBuffer::readByte |
( |
| ) |
const |
|
inlinevirtual |
◆ readDouble()
virtual double PhysxMemoryWriteBuffer::readDouble |
( |
| ) |
const |
|
inlinevirtual |
◆ readDword()
virtual NxU32 PhysxMemoryWriteBuffer::readDword |
( |
| ) |
const |
|
inlinevirtual |
◆ readFloat()
virtual float PhysxMemoryWriteBuffer::readFloat |
( |
| ) |
const |
|
inlinevirtual |
◆ readWord()
virtual NxU16 PhysxMemoryWriteBuffer::readWord |
( |
| ) |
const |
|
inlinevirtual |
◆ storeBuffer()
NxStream & PhysxMemoryWriteBuffer::storeBuffer |
( |
const void * | buffer, |
|
|
NxU32 | size ) |
|
virtual |
◆ storeByte()
NxStream & PhysxMemoryWriteBuffer::storeByte |
( |
NxU8 | b | ) |
|
|
virtual |
◆ storeDouble()
NxStream & PhysxMemoryWriteBuffer::storeDouble |
( |
NxF64 | f | ) |
|
|
virtual |
◆ storeDword()
NxStream & PhysxMemoryWriteBuffer::storeDword |
( |
NxU32 | d | ) |
|
|
virtual |
◆ storeFloat()
NxStream & PhysxMemoryWriteBuffer::storeFloat |
( |
NxReal | f | ) |
|
|
virtual |
◆ storeWord()
NxStream & PhysxMemoryWriteBuffer::storeWord |
( |
NxU16 | w | ) |
|
|
virtual |
◆ currentSize
NxU32 PhysxMemoryWriteBuffer::currentSize |
◆ data
NxU8* PhysxMemoryWriteBuffer::data |
◆ maxSize
NxU32 PhysxMemoryWriteBuffer::maxSize |
The documentation for this class was generated from the following files: