![]() |
VR-Forces 4.0.4 Class Documentation
|
File: setDestroy.h. More...

Public Member Functions | |
| DtSetDestroyRequest () | |
| default constructor | |
| DtSetDestroyRequest (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a request 'put' itself, the writeName will preface it. | |
| DtSetDestroyRequest (const DtString &writeName, const DtSetDestroyRequest &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtSetDestroyRequest & | operator= (const DtSetDestroyRequest &orig) |
| assignment operator | |
| virtual | ~DtSetDestroyRequest () |
| virtual int | type () const |
| Returns DtSetDestroyRequestType. | |
| virtual DtSetDataRequest * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const |
| Creates a copy of the request. | |
| virtual DtString | stringRep () const |
| Get a readable string representation of this setDataRequest. | |
| virtual int | netRepSize () const |
| Returns the size of the full network representation padded to an 8-byte boundary. | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Fills in the task from the network buffer. | |
| virtual bool | setToNet () |
| Fills in the network buffer (created by base class simTask) with the task contents. | |
Static Public Member Functions | |
| static DtSetDataRequest * | creator () |
File: setDestroy.h.
Class: DtSetDestroyRequest DtSetDestroyRequest is used to destroy an entity by communicating directly with its damage actuator.
It inherits read/writableness from DtSetDataRequest, and has no message- specific data.
set-data-request-type: DtSetDestroyRequestType
parameters: None.
default constructor
| DtSetDestroyRequest::DtSetDestroyRequest | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a request 'put' itself, the writeName will preface it.
| DtSetDestroyRequest::DtSetDestroyRequest | ( | const DtString & | writeName, |
| const DtSetDestroyRequest & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtSetDestroyRequest::~DtSetDestroyRequest | ( | ) | [virtual] |
| const DtSetDestroyRequest& DtSetDestroyRequest::operator= | ( | const DtSetDestroyRequest & | orig | ) |
assignment operator
| virtual int DtSetDestroyRequest::type | ( | ) | const [virtual] |
Returns DtSetDestroyRequestType.
Implements DtSetDataRequest.
| virtual DtSetDataRequest* DtSetDestroyRequest::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Creates a copy of the request.
Implements DtSetDataRequest.
| virtual DtString DtSetDestroyRequest::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this setDataRequest.
Implements DtSetDataRequest.
| virtual int DtSetDestroyRequest::netRepSize | ( | ) | const [virtual] |
Returns the size of the full network representation padded to an 8-byte boundary.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetDestroyRequest::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Fills in the task from the network buffer.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetDestroyRequest::setToNet | ( | ) | [virtual] |
Fills in the network buffer (created by base class simTask) with the task contents.
Reimplemented from DtSetDataRequest.
| static DtSetDataRequest* DtSetDestroyRequest::creator | ( | ) | [static] |