hio_helper.h
Go to the documentation of this file.
1 /** @file hio_helper.h Helpers for the hiosys plugin */
2 
3 #include <iostream>
4 #include <vector>
5 
6 #ifndef FAUDES_HIO_HELPER_H
7 #define FAUDES_HIO_HELPER_H
8 
9 /**
10  * Convenience function: list folder content
11  * This is a wrapper to the respective cfl_helper.h function --- and should be eliminated.
12  *
13  * @param pPath
14  * path to the folder to list
15  * @return
16  * string list with names of folder and/or files found
17  */
18 std::vector<std::string> ListFolderContent(const char* pPath);
19 
20 
21 #endif

libFAUDES 2.26g --- 2015.08.17 --- c++ api documentaion by doxygen