![]() |
DDraceNetwork Documentation
|
#include <demoedit.h>
Public Member Functions | |
| CDemoEdit (const char *pNetVersion, CSnapshotDelta *pSnapshotDelta, IStorage *pStorage, const char *pDemo, const char *pDst, int StartTick, int EndTick) | |
| void | Run () override |
| char * | Destination () |
| bool | Success () const |
| Public Member Functions inherited from IJob | |
| IJob () | |
| virtual | ~IJob () |
| IJob (const IJob &Other)=delete | |
| IJob & | operator= (const IJob &Other)=delete |
| EJobState | State () const |
| bool | Done () const |
| virtual bool | Abort () |
| bool | IsAbortable () const |
Private Attributes | |
| CSnapshotDelta | m_SnapshotDelta |
| IStorage * | m_pStorage |
| CDemoEditor | m_DemoEditor |
| char | m_aDemo [256] |
| char | m_aDst [256] |
| int | m_StartTick |
| int | m_EndTick |
| bool | m_Success |
Additional Inherited Members | |
| Public Types inherited from IJob | |
| enum | EJobState { STATE_QUEUED = 0 , STATE_RUNNING , STATE_DONE , STATE_ABORTED } |
| Protected Member Functions inherited from IJob | |
| void | Abortable (bool Abortable) |
| CDemoEdit::CDemoEdit | ( | const char * | pNetVersion, |
| CSnapshotDelta * | pSnapshotDelta, | ||
| IStorage * | pStorage, | ||
| const char * | pDemo, | ||
| const char * | pDst, | ||
| int | StartTick, | ||
| int | EndTick ) |
|
inline |
|
overridevirtual |
Performs tasks in a worker thread.
Implements IJob.
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |