ldas-tools-ldasgen
2.7.1
|
Classes | |
class | lStatVFS |
Perform statvfs system call. More... | |
class | StatVFSPool |
Collection of reusable statvfs buffers. More... | |
class | StatVFSTrashPool |
Collection of statvfs buffers that have timed out. More... | |
Typedefs | |
typedef boost::shared_ptr< lStatVFS > | value_type |
Functions | |
value_type | create_statvfs () |
Create a new instance for use in the pool. More... | |
SINGLETON_TS_INST (StatVFSPool) | |
SINGLETON_TS_INST (StatVFSTrashPool) | |
typedef boost::shared_ptr< lStatVFS > anonymous_namespace{StatVFS.cc}::value_type |
value_type anonymous_namespace{StatVFS.cc}::create_statvfs | ( | ) |
Create a new instance for use in the pool.
This routine is used to create an new instance of the lStatVFS class if none are available in the pool.
anonymous_namespace{StatVFS.cc}::SINGLETON_TS_INST | ( | StatVFSPool | ) |
anonymous_namespace{StatVFS.cc}::SINGLETON_TS_INST | ( | StatVFSTrashPool | ) |