VR-Forces 4.0.4 Class Documentation
include/vrvUtil/DtFileEnumerator.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: DtFileEnumerator.h,v $ $Revision: 1.8 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef DtFileEnumerator_H_
00013 #define DtFileEnumerator_H_
00014 
00015 #include <vrvUtil/vrvUtil.h>
00016 
00017 #include <list>
00018 #include <string>
00019 
00020 namespace makVrv
00021 {
00022    class DtDe;
00023 
00030    class DT_DLL_VRVUTIL DtFileEnumerator
00031    {
00032    public:
00033 
00035       DtFileEnumerator();
00036 
00038       virtual ~DtFileEnumerator();
00039 
00041       void getFilesInDirectory(const std::string& dir, 
00042          const std::string& extension, std::list<std::string>& files) const;
00043 
00044    protected:
00045 
00046    };
00047 }
00048 
00049 #endif
00050 

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)