CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FdTable< HandleT >::FdWrapper Struct Reference
Collaboration diagram for FdTable< HandleT >::FdWrapper:

Public Member Functions

 FdWrapper (HandleT h, unsigned i)
 

Public Attributes

HandleT handle
 
unsigned index
 

Detailed Description

template<class HandleT>
struct FdTable< HandleT >::FdWrapper

Definition at line 128 of file fd_table.h.

Constructor & Destructor Documentation

template<class HandleT>
FdTable< HandleT >::FdWrapper::FdWrapper ( HandleT  h,
unsigned  i 
)
inline

Definition at line 129 of file fd_table.h.

Member Data Documentation

template<class HandleT>
HandleT FdTable< HandleT >::FdWrapper::handle

Definition at line 131 of file fd_table.h.

template<class HandleT>
unsigned FdTable< HandleT >::FdWrapper::index

Back-pointer into fd_index_, which is needed when closing a file.

Definition at line 135 of file fd_table.h.


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