default implementation of a memory write stream
More...
#include <PxDefaultStreams.h>
default implementation of a memory write stream
- See Also
- PxOutputStream
virtual PxDefaultMemoryOutputStream::~PxDefaultMemoryOutputStream |
( |
| ) |
|
|
virtual |
virtual PxU8* PxDefaultMemoryOutputStream::getData |
( |
| ) |
const |
|
inlinevirtual |
virtual PxU32 PxDefaultMemoryOutputStream::getSize |
( |
| ) |
const |
|
inlinevirtual |
virtual PxU32 PxDefaultMemoryOutputStream::write |
( |
const void * |
src, |
|
|
PxU32 |
count |
|
) |
| |
|
virtual |
write to the stream. The number of bytes written may be less than the number sent.
- Parameters
-
[in] | src | the destination address from which the data will be written |
[in] | count | the number of bytes to be written |
- Returns
- the number of bytes written to the stream by this call.
Implements PxOutputStream.
PxU32 PxDefaultMemoryOutputStream::mCapacity |
|
private |
PxU8* PxDefaultMemoryOutputStream::mData |
|
private |
PxU32 PxDefaultMemoryOutputStream::mSize |
|
private |
The documentation for this class was generated from the following file: