VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
weaponListResponseAdmin.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrftasks/adminContent.h
"
14
#include <list>
15
18
class
DT_DLL_vrftasks
DtWeaponListResponseAdmin
:
public
DtAdminContent
19
{
20
public
:
21
23
DtWeaponListResponseAdmin
();
24
26
DtWeaponListResponseAdmin
(
const
DtWeaponListResponseAdmin
& orig);
27
29
const
DtWeaponListResponseAdmin
&
operator=
(
const
30
DtWeaponListResponseAdmin
& orig);
31
33
virtual
~
DtWeaponListResponseAdmin
();
34
36
static
DtAdminContent
* create();
37
39
virtual
bool
init
();
40
42
virtual
const
DtAdminContentMessageType
&
type
()
const
;
43
45
46
virtual
const
std::list<DtString>& weaponSystems()
const
;
47
virtual
std::list<DtString>& weaponSystems();
49
52
virtual
void
addWeaponSystem(
const
DtString
& modeName);
54
virtual
void
clearWeaponSystems();
55
58
virtual
DtAdminContent
*
clone
()
const
;
59
61
virtual
DtString
stringRep
()
const
;
62
64
virtual
int
netRepSize
()
const
;
65
67
virtual
bool
setFromNet
(
const
char
* contentBuffer,
68
unsigned
contentSize);
69
71
virtual
bool
setToNet
();
72
73
protected
:
75
std::list<DtString>
myWeaponSystems
;
76
};
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)