VR-Exchange 2.5 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
portal
casualtyReportRecord.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2016 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
portal/dllExport.h
>
13
#include <
portal/addAttribute.h
>
14
#include <vlutil/vlMachineTypes.h>
15
#include <vlutil/vlString.h>
16
#include <ostream>
17
18
namespace
MAKVrExchange
19
{
20
23
class
DT_DLL_LIBPORTAL
DtCasualtyReportRecord
24
{
25
public
:
26
28
DtCasualtyReportRecord
();
29
31
DtCasualtyReportRecord
(
const
DtCasualtyReportRecord
& orig );
32
34
virtual
~
DtCasualtyReportRecord
();
35
37
DtCasualtyReportRecord
& operator = (
const
DtCasualtyReportRecord
& orig );
38
41
42
virtual
bool
operator == (
const
DtCasualtyReportRecord
& other )
const
;
43
virtual
bool
operator != (
const
DtCasualtyReportRecord
& other )
const
;
44
46
47
virtual
std::ostream& printDataToStream( std::ostream& stream )
const
;
48
51
52
DtDEC_ATTRIBUTE
(
DtString
, Attacker, attacker );
53
DtDEC_ATTRIBUTE
( DtInt32, NumberKilled, numberKilled );
54
DtDEC_ATTRIBUTE
( DtInt32, NumberCaptured, numberCaptured );
55
DtDEC_ATTRIBUTE
( DtInt32, NumberWounded, numberWounded );
56
DtDEC_ATTRIBUTE
( DtInt32, NumberMissing, numberMissing );
57
59
60
};
61
62
63
DT_DLL_LIBPORTAL
std::ostream&
operator <<
( std::ostream& stream,
const
DtCasualtyReportRecord
& rec );
64
65
}
Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)