MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
RTI
tallySet.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: tallySet.h,v $ $Revision: 1.9 $ $State: Exp $
7
*********************************************************************/
8
#ifdef DtMOM
9
10
11
12
#ifndef DtMtallySet_H_
13
#define DtMtallySet_H_
14
15
#include "
rtiMsConfig.h
"
16
#include "
internalTypes.h
"
17
18
class
DT_DLL_LRC
DtMtallySet
19
{
20
public
:
21
23
DtMtallySet();
24
DtMtallySet(
DtHandle
handleValue,
long
count);
25
27
virtual
~DtMtallySet();
28
30
DtMtallySet(
const
DtMtallySet& orig);
31
33
DtMtallySet& operator=(
const
DtMtallySet& orig);
34
36
long
tally()
const
;
37
void
increment();
38
void
setTally(
long
value);
39
41
virtual
DtHandle
handle()
const
;
42
virtual
void
setHandle(
DtHandle
handle);
43
44
protected
:
45
46
DtHandle
myHandle;
47
long
myTally;
48
};
49
50
#endif
51
#endif
Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (
www.mak.com
)