VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
entLeftOfLineSearch.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: entLOLineSrch.h,v $ $Revision: 1.8 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtEntLeftOfLineSearch_H_
13 #define DtEntLeftOfLineSearch_H_
14 
15 #include <vlutil/vlString.h>
16 #include <vlutil/vlMachineTypes.h>
18 
19 
20 class DtSimVrfObject;
21 
29 {
30 public:
31 
34 
35  DtEntLeftOfLineSearch(const DtString& lineName);
36 
38  virtual ~DtEntLeftOfLineSearch();
39 
41  virtual const DtString& lineName() const;
42 
44  virtual void setLineName(const DtString& lineName);
45 
46 protected:
47 
50  virtual bool initializeSearch(const DtVrfObjectManager* vrfObjectManager);
51 
53  virtual bool inspectEntity(const DtVrfObject& entity);
54 
58  virtual bool searchSubordinates(
59  const DtVrfObject& pAggEntity);
60 
61 private:
64 
67 
68 protected:
69 
73 };
74 
75 #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)