ldas-tools-ldasgen  2.7.3
Classes | Typedefs | Functions | Variables
anonymous_namespace{Stat.cc} Namespace Reference

Classes

class  Wakeup_
 
class  lStat
 Perform stat or lstat system call. More...
 

Typedefs

typedef boost::shared_ptr< lStatvalue_type
 
typedef GenericAPI::StatPoolT< lStatSysCallStatPool_type
 

Functions

int stat_wrapper (const std::string &Path, lStat::buffer_type &StatBuffer, lStat::mode_type Mode, const char *const MethodName)
 Core to perform timed stat or lstat system calls. More...
 

Variables

anonymous_namespace{Stat.cc}::Wakeup_ wakeup
 

Typedef Documentation

◆ SysCallStatPool_type

typedef GenericAPI::StatPoolT< lStat > anonymous_namespace{Stat.cc}::SysCallStatPool_type

◆ value_type

typedef boost::shared_ptr< lStat > anonymous_namespace{Stat.cc}::value_type

Function Documentation

◆ stat_wrapper()

int anonymous_namespace Stat anonymous_namespace{Stat.cc}::cc::stat_wrapper ( const std::string &  Path,
lStat::buffer_type StatBuffer,
lStat::mode_type  Mode,
const char *const  MethodName 
)
inline

Core to perform timed stat or lstat system calls.

Variable Documentation

◆ wakeup

anonymous_namespace{Stat.cc}::Wakeup_ anonymous_namespace{Stat.cc}::wakeup
static