ldas-tools-al  2.6.3
Classes | Typedefs | Functions
anonymous_namespace{Directory.cc} Namespace Reference

Classes

class  DirectoryPool
 Collection of reusable buffers. More...
 

Typedefs

typedef boost::shared_ptr< Directory::Internals > value_type
 

Functions

value_type create_value_type ()
 Create a new instance for use in the pool. More...
 
int process_request (value_type DirInfo)
 
 SINGLETON_TS_INST (DirectoryPool)
 

Typedef Documentation

◆ value_type

typedef boost::shared_ptr< Directory::Internals > anonymous_namespace{Directory.cc}::value_type

Function Documentation

◆ create_value_type()

value_type anonymous_namespace{Directory.cc}::create_value_type ( )

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.

◆ process_request()

int anonymous_namespace{Directory.cc}::process_request ( value_type  DirInfo)

◆ SINGLETON_TS_INST()

anonymous_namespace{Directory.cc}::SINGLETON_TS_INST ( DirectoryPool  )