MAK RTIspy API Documentation for HLA 1.3
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
handleList.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: handleList.h,v $ $Revision: 1.13 $ $State: Exp $
7
*********************************************************************/
8
#ifdef DtMOM
9
10
11
12
#ifndef DtMomHandleList_H_
13
#define DtMomHandleList_H_
14
15
#include "
rtiMsConfig.h
"
16
#include <vlutil/vlList.h>
17
#include "
internalTypes.h
"
18
19
class
DtAttributeHandleSet
;
20
21
class
DT_DLL_LRC
DtMomHandleList :
public
MAKRti::DtList
22
{
23
public
:
24
26
DtMomHandleList();
27
29
virtual
~DtMomHandleList();
30
32
virtual
void
append(
DtHandle
handle);
33
35
virtual
bool
active();
36
virtual
void
setActive(
bool
active);
37
39
virtual
DtHandle
data(
const
MAKRti::DtListItem* item)
const
;
40
41
protected
:
42
bool
myActive;
43
44
private
:
46
DtMomHandleList(
const
DtMomHandleList& orig);
47
48
49
};
50
51
#endif
52
#endif
Document ID: Generated on Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (
www.mak.com
)