ldas-tools-ldasgen
2.6.3
|
#include <StatBase.hh>
Public Types | |
enum | debug_info { STAT_DEBUG_GENERAL } |
typedef struct stat | stat_buf_type |
typedef LDASTools::AL::Directory | directory_type |
Public Member Functions | |
virtual | ~StatBase () |
virtual std::string | Debug (debug_info DebugInfo=STAT_DEBUG_GENERAL) const =0 |
virtual void | Init ()=0 |
virtual int | LStat (const std::string &FileName, stat_buf_type &Buf) const =0 |
virtual int | LStat (const directory_type &Dir, const std::string &RelFileName, stat_buf_type &Buf) const =0 |
virtual int | Stat (const std::string &FileName, stat_buf_type &Buf) const =0 |
virtual int | Stat (const directory_type &Dir, const std::string &RelFileName, stat_buf_type &Buf) const =0 |
virtual StatBase * | vnew () const =0 |
typedef LDASTools::AL::Directory GenericAPI::StatBase::directory_type |
typedef struct stat GenericAPI::StatBase::stat_buf_type |
|
virtual |
|
pure virtual |
Implemented in GenericAPI::StatFork, and GenericAPI::StatDirect.
|
pure virtual |
Implemented in GenericAPI::StatFork, and GenericAPI::StatDirect.
|
pure virtual |
Implemented in GenericAPI::StatFork, and GenericAPI::StatDirect.
|
pure virtual |
Implemented in GenericAPI::StatFork, and GenericAPI::StatDirect.
|
pure virtual |
Implemented in GenericAPI::StatFork, and GenericAPI::StatDirect.
|
pure virtual |
Implemented in GenericAPI::StatFork, and GenericAPI::StatDirect.
|
pure virtual |
Implemented in GenericAPI::StatDirect, and GenericAPI::StatFork.