VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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>
14 
15 class DtVrfObject;
16 class DtVrfObjectManager;
17 
20 {
21 private:
24 
25 public:
27  DtVrfSubordinateManager(DtSimManager* vrfObjectManager);
28 
31 
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:
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)