ldas-tools  2.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Types | Public Member Functions | Protected Member Functions | List of all members
GenericAPI::StatFork Class Reference

#include <StatFork.hh>

Inheritance diagram for GenericAPI::StatFork:
GenericAPI::StatBase

Public Types

enum  debug_info { STAT_DEBUG_GENERAL }
 
typedef struct stat stat_buf_type
 
typedef LDASTools::AL::Directory directory_type
 

Public Member Functions

 StatFork ()
 
virtual StatForkvnew () const
 
virtual std::string Debug (debug_info DebugInfo=STAT_DEBUG_GENERAL) const
 
virtual void Init ()
 
virtual int LStat (const std::string &FileName, stat_buf_type &Buf) const
 
virtual int LStat (const directory_type &Dir, const std::string &RelFilename, stat_buf_type &Buf) const
 
virtual int Stat (const std::string &FileName, stat_buf_type &Buf) const
 
virtual int Stat (const directory_type &Dir, const std::string &RelFilename, stat_buf_type &Buf) const
 
void SetCommand (const std::string &Command)
 

Protected Member Functions

virtual void evalChild ()
 
virtual void evalParent ()
 

Member Typedef Documentation

typedef struct stat GenericAPI::StatBase::stat_buf_type
inherited

Member Enumeration Documentation

Enumerator
STAT_DEBUG_GENERAL 

Constructor & Destructor Documentation

GenericAPI::StatFork::StatFork ( )

Member Function Documentation

virtual std::string GenericAPI::StatFork::Debug ( debug_info  DebugInfo = STAT_DEBUG_GENERAL) const
virtual

Implements GenericAPI::StatBase.

virtual void GenericAPI::StatFork::evalChild ( )
protectedvirtual
virtual void GenericAPI::StatFork::evalParent ( )
protectedvirtual
virtual void GenericAPI::StatFork::Init ( )
virtual

Implements GenericAPI::StatBase.

virtual int GenericAPI::StatFork::LStat ( const std::string &  FileName,
stat_buf_type Buf 
) const
virtual

Implements GenericAPI::StatBase.

virtual int GenericAPI::StatFork::LStat ( const directory_type Dir,
const std::string &  RelFilename,
stat_buf_type Buf 
) const
virtual

Implements GenericAPI::StatBase.

void GenericAPI::StatFork::SetCommand ( const std::string &  Command)
inline
virtual int GenericAPI::StatFork::Stat ( const std::string &  FileName,
stat_buf_type Buf 
) const
virtual

Implements GenericAPI::StatBase.

virtual int GenericAPI::StatFork::Stat ( const directory_type Dir,
const std::string &  RelFilename,
stat_buf_type Buf 
) const
virtual

Implements GenericAPI::StatBase.

virtual StatFork* GenericAPI::StatFork::vnew ( ) const
virtual

Implements GenericAPI::StatBase.


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