Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

direnum.h

00001 
00002 #ifndef __UPF_DIRENUM_H__
00003 #define __UPF_DIRENUM_H__
00004 
00005 #include <string>
00006 #include "upf/ILoader.h"
00007 
00008 namespace upf { namespace impl {
00009 
00010 void enumDirectory(const std::string& path,
00011                    const std::vector<std::string>& extensions,
00012                    std::vector<std::string>& files);
00013 
00014 } }
00015 
00016 #endif

Generated on Wed Jan 15 23:10:55 2003 for Universal Plugins Framework by doxygen1.2.18