Points&Forces (core)
Software tools facilitating the task of surveying architecture
Public Member Functions | List of all members
SimpleGlobBase< SOCHAR > Struct Template Reference

Unix glob implementation. More...

#include <SimpleGlob.h>

+ Inheritance diagram for SimpleGlobBase< SOCHAR >:

Public Member Functions

 SimpleGlobBase ()
 
 ~SimpleGlobBase ()
 
void FilePrep ()
 
int FindFirstFileS (const char *a_pszFileSpec, unsigned int a_uiFlags)
 
bool FindNextFileS (char)
 
void FindDone ()
 
const char * GetFileNameS (char) const
 
bool IsDirS (char) const
 
SG_FileType GetFileTypeS (const char *a_pszPath) const
 

Detailed Description

template<class SOCHAR>
struct SimpleGlobBase< SOCHAR >

Unix glob implementation.

Definition at line 388 of file SimpleGlob.h.

Constructor & Destructor Documentation

◆ SimpleGlobBase()

template<class SOCHAR >
SimpleGlobBase< SOCHAR >::SimpleGlobBase ( )
inline

Definition at line 390 of file SimpleGlob.h.

◆ ~SimpleGlobBase()

template<class SOCHAR >
SimpleGlobBase< SOCHAR >::~SimpleGlobBase ( )
inline

Definition at line 395 of file SimpleGlob.h.

Member Function Documentation

◆ FilePrep()

template<class SOCHAR >
void SimpleGlobBase< SOCHAR >::FilePrep ( )
inline

Definition at line 399 of file SimpleGlob.h.

+ Here is the caller graph for this function:

◆ FindDone()

template<class SOCHAR >
void SimpleGlobBase< SOCHAR >::FindDone ( )
inline

Definition at line 446 of file SimpleGlob.h.

+ Here is the caller graph for this function:

◆ FindFirstFileS()

template<class SOCHAR >
int SimpleGlobBase< SOCHAR >::FindFirstFileS ( const char *  a_pszFileSpec,
unsigned int  a_uiFlags 
)
inline

Definition at line 408 of file SimpleGlob.h.

+ Here is the call graph for this function:

◆ FindNextFileS()

template<class SOCHAR >
bool SimpleGlobBase< SOCHAR >::FindNextFileS ( char  )
inline

Definition at line 431 of file SimpleGlob.h.

+ Here is the call graph for this function:

◆ GetFileNameS()

template<class SOCHAR >
const char* SimpleGlobBase< SOCHAR >::GetFileNameS ( char  ) const
inline

Definition at line 452 of file SimpleGlob.h.

◆ GetFileTypeS()

template<class SOCHAR >
SG_FileType SimpleGlobBase< SOCHAR >::GetFileTypeS ( const char *  a_pszPath) const
inline

Definition at line 480 of file SimpleGlob.h.

◆ IsDirS()

template<class SOCHAR >
bool SimpleGlobBase< SOCHAR >::IsDirS ( char  ) const
inline

Definition at line 469 of file SimpleGlob.h.


The documentation for this struct was generated from the following file: