VR-Forces 4.0.4 Class Documentation
include/vrfplanmgr/entHasTargetSearch.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: entHasTargetSearch.h,v $ $Revision: 1.7 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef DtEntHasTargetSearch_H_
00013 #define DtEntHasTargetSearch_H_
00014 
00015 #include <vlutil/vlString.h>
00016 #include <vlutil/vlMachineTypes.h>
00017 #include "vrfobjcore/subSearch.h"
00018 
00019 
00020 class DtVrfObject;
00021 
00030 
00031 #include "vrfplanmgr/vrfplanmgrDefines.h"
00032 class DT_DLL_vrfplanmgr DtEntHasTargetSearch : public DtSimSubordinateSearch
00033 {
00034 public:
00036    DtEntHasTargetSearch();
00037 
00039    virtual ~DtEntHasTargetSearch();
00040 
00041 protected:
00043    virtual bool initializeSearch(const DtVrfObjectManager* vrfObjectManager);
00044 
00046    virtual bool inspectEntity(const DtVrfObject& entity);
00047 
00051    virtual bool searchSubordinates(
00052       const DtVrfObject& pAggEntity);
00053 
00054 private:
00056    DtEntHasTargetSearch(const DtEntHasTargetSearch& orig);
00057 
00059    DtEntHasTargetSearch& operator=(const DtEntHasTargetSearch& orig);
00060 };
00061 
00062 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)