#include <inetstl/inetstl.h>
#include <inetstl/filesystem/filesystem_traits.hpp>
#include <inetstl/error/exceptions.hpp>
#include <inetstl/filesystem/findfile_sequence.hpp>
#include <stlsoft/collections/util/collections.hpp>
#include <algorithm>
#include <iterator>
#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | inetstl |
Classes | |
| class | basic_ftpdir_sequence |
| STL collection of the files in an FTP directory matching a given pattern. More... | |
Typedefs | |
| typedef basic_ftpdir_sequence < char, throw_internet_exception_policy, filesystem_traits< char > > | ftpdir_sequence_a |
Specialisation of the basic_findfile_sequence template for the ANSI character type char. | |
| typedef basic_ftpdir_sequence < wchar_t, throw_internet_exception_policy, filesystem_traits< wchar_t > > | ftpdir_sequence_w |
Specialisation of the basic_ftpdir_sequence template for the Unicode character type wchar_t. | |
| typedef basic_ftpdir_sequence < TCHAR, throw_internet_exception_policy, filesystem_traits< TCHAR > > | ftpdir_sequence |
Specialisation of the basic_ftpdir_sequence template for the Win32 character type TCHAR. | |
1.5.6