VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjcore
vrfSubordinateManager.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: vrfSubordMgr.h,v $ $Revision: 1.11 $ $State: Exp $
7
*******************************************************************************/
8
#ifndef vrfSubordinateManager_H_
9
#define vrfSubordinateManager_H_
10
13
14
#include <vlutil/vlConfig.h>
15
#include "
vrfobjcore/subordinateManager.h
"
16
#include "
vrfobjcore/keyedVrfObjectIterator.h
"
17
18
class
DtVrfObject
;
19
class
DtVrfObjectManager
;
20
21
#include "
vrfobjcore/vrfobjcoreDefines.h
"
22
class
DT_DLL_vrfobjcore
DtVrfSubordinateManager
:
public
DtSubordinateManager
23
{
24
private
:
26
DtVrfSubordinateManager
();
27
28
public
:
30
DtVrfSubordinateManager
(
DtVrfObjectManager
* vrfObjectManager);
31
33
DtVrfSubordinateManager
(
const
DtVrfSubordinateManager
& orig);
34
36
const
DtVrfSubordinateManager
&
operator=
(
const
DtVrfSubordinateManager
& orig);
37
39
virtual
~
DtVrfSubordinateManager
();
40
42
virtual
DtSubordinateManager
*
clone
()
const
;
43
44
virtual
DtVrfObject
* firstVrfSubordinate()
const
;
45
virtual
DtVrfObject
* lastVrfSubordinate()
const
;
46
47
virtual
DtVrfObject
* firstVrfHealthySubordinate()
const
;
48
50
virtual
const
DtKeyedVrfObjectIterator
& vrfIterator()
const
;
51
52
protected
:
53
DtKeyedVrfObjectIterator
myVrfIterator
;
54
55
};
56
57
#endif
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)