MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
RTI
tallyList.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright(c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: tallyList.h,v $ $Revision: 1.13 $ $State: Exp $
7
*********************************************************************/
8
#ifdef DtMOM
9
10
11
12
#ifndef DtMomTallyList_H_
13
#define DtMomTallyList_H_
14
15
#include <vlutil/vlFedTarget.h>
16
#include <vlutil/vlList.h>
17
18
class
DtMtallySet;
19
class
DtPhvps;
20
21
class
DT_DLL_LRC
DtMomTallyList :
public
MAKRti::DtList
22
{
23
public
:
24
27
DtMomTallyList(
bool
dataMustBeDeleted=
false
);
28
30
virtual
~DtMomTallyList();
31
34
DtMomTallyList(
const
DtMomTallyList& orig);
35
38
DtMomTallyList& operator=(
const
DtMomTallyList& orig);
39
41
virtual
void
append(
const
DtMtallySet *
set
);
42
45
virtual
void
append(
DtHandle
handle,
long
count);
46
48
virtual
long
total()
const
;
49
50
virtual
void
deleteAll();
51
52
virtual
void
encodeVerbose(
53
DtPhvps* parameters,
54
DtParameterHandle
parameterHandle);
55
56
protected
:
57
bool
myDeleteTallySets;
58
};
59
60
#endif
61
#endif
Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)