C/C++ User's Journal STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - where the Standard Template Library meets the Active Template Library COMSTL - where the Standard Template Library meets the Component Object Model
Synesis Software InetSTL - where the Standard Template Library meets the Internet UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page | Modules | Namespace List | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

ReclsFileSearch Class Reference

Info structure for doing filesystem searches. More...

#include <ReclsFileSearch.h>

List of all members.

Public Types

typedef recls_char_t char_type
typedef ReclsFileSearch class_type

Public Member Functions

void operator delete (void *pv)
recls_rc_t GetNext ()
recls_rc_t GetDetails (recls_info_t *pinfo)
recls_rc_t GetNextDetails (recls_info_t *pinfo)
recls_rc_t GetLastError () const

Static Public Member Functions

recls_rc_t FindAndCreate (char_type const *rootDir, char_type const *pattern, recls_uint32_t flags, ReclsFileSearch **ppsi)

Protected Member Functions

 ReclsFileSearch (int cDirParts, char_type const *rootDir, char_type const *pattern, recls_uint32_t flags)
 ~ReclsFileSearch ()


Detailed Description

Info structure for doing filesystem searches.

Note:
It has an ugly name-prefix if need to compile with compiler that does not support namespaces


Member Typedef Documentation

typedef recls_char_t char_type
 

typedef ReclsFileSearch class_type
 


Constructor & Destructor Documentation

ReclsFileSearch int  cDirParts,
char_type const *  rootDir,
char_type const *  pattern,
recls_uint32_t  flags
[protected]
 

~ReclsFileSearch  )  [protected]
 


Member Function Documentation

recls_rc_t FindAndCreate char_type const *  rootDir,
char_type const *  pattern,
recls_uint32_t  flags,
ReclsFileSearch **  ppsi
[static]
 

recls_rc_t GetDetails recls_info_t *  pinfo  ) 
 

recls_rc_t GetLastError  )  const
 

recls_rc_t GetNext  ) 
 

recls_rc_t GetNextDetails recls_info_t *  pinfo  ) 
 

void operator delete void *  pv  ) 
 


The documentation for this class was generated from the following files:

recls Library documentation © Synesis Software Pty Ltd, 2001-2005