VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
setUnloadEntity.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2001 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
#pragma once
15
16
#include "
vrftasks/setDataReq.h
"
17
#include <vlutil/vlNetTypes.h>
18
#include "
vrfutil/rwString.h
"
19
24
25
#include "
vrftasks/vrftasksDefines.h
"
26
class
DT_DLL_vrftasks
DtSetUnloadEntityRequest
:
public
DtSetDataRequest
27
{
28
29
public
:
30
31
33
34
DtSetUnloadEntityRequest
();
35
36
39
40
DtSetUnloadEntityRequest
(
const
DtString
& writeName,
41
DtReaderWriterRegistry
* parentRegistry = 0);
42
44
45
DtSetUnloadEntityRequest
(
const
DtString
& writeName,
const
46
DtSetUnloadEntityRequest
& orig,
DtReaderWriterRegistry
*
47
parentRegistry = 0);
48
50
51
const
DtSetUnloadEntityRequest
&
operator=
(
const
52
DtSetUnloadEntityRequest
& orig);
53
54
virtual
~
DtSetUnloadEntityRequest
();
55
57
58
virtual
const
DtSetMessageType
&
type
()
const
;
59
61
62
virtual
DtSetDataRequest
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
63
parentRegistry = 0)
const
;
64
66
67
virtual
DtString
stringRep
()
const
;
68
71
72
virtual
int
netRepSize
()
const
;
73
75
76
virtual
bool
setFromNet
(
const
char
* contentBuffer,
77
unsigned
contentSize);
78
81
virtual
bool
setToNet
();
82
static
DtSetDataRequest
* creator();
83
};
84
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)