VR-Forces Development_Version 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) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
10
11
#include <vlutil/vlConfig.h>
12
#include "
vrfobjcore/subordinateManager.h
"
13
#include "
vrfobjcore/keyedVrfObjectIterator.h
"
14
15
class
DtVrfObject
;
16
class
DtVrfObjectManager
;
17
18
#include "
vrfobjcore/vrfobjcoreDefines.h
"
19
class
DT_DLL_vrfobjcore
DtVrfSubordinateManager
:
public
DtSubordinateManager
20
{
21
private
:
23
DtVrfSubordinateManager
();
24
25
public
:
27
DtVrfSubordinateManager
(
DtSimManager
* vrfObjectManager);
28
30
DtVrfSubordinateManager
(
const
DtVrfSubordinateManager
& orig);
31
33
const
DtVrfSubordinateManager
&
operator=
(
const
DtVrfSubordinateManager
& orig);
34
36
virtual
~
DtVrfSubordinateManager
();
37
39
virtual
DtSubordinateManager
*
clone
()
const
;
40
41
virtual
DtVrfObject
* firstVrfSubordinate()
const
;
42
virtual
DtVrfObject
* lastVrfSubordinate()
const
;
43
44
virtual
DtVrfObject
* firstVrfHealthySubordinate()
const
;
45
47
virtual
const
DtKeyedVrfObjectIterator
& vrfIterator()
const
;
48
49
protected
:
50
DtKeyedVrfObjectIterator
myVrfIterator
;
51
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)