oasys::OpenFdCache< _Key, _CloseFcn >::FdListEnt Struct Reference

#include <OpenFdCache.h>

List of all members.


Detailed Description

template<typename _Key, typename _CloseFcn = OpenFdCacheClose>
struct oasys::OpenFdCache< _Key, _CloseFcn >::FdListEnt

File descriptor LRU list entry.

Definition at line 46 of file OpenFdCache.h.

Public Member Functions

 FdListEnt (const _Key &key, int fd=-1, int pin_count=0)

Public Attributes

_Key key_
int fd_
int pin_count_


Constructor & Destructor Documentation

template<typename _Key, typename _CloseFcn = OpenFdCacheClose>
oasys::OpenFdCache< _Key, _CloseFcn >::FdListEnt::FdListEnt ( const _Key &  key,
int  fd = -1,
int  pin_count = 0 
) [inline]

Definition at line 47 of file OpenFdCache.h.


Member Data Documentation

template<typename _Key, typename _CloseFcn = OpenFdCacheClose>
_Key oasys::OpenFdCache< _Key, _CloseFcn >::FdListEnt::key_

Definition at line 53 of file OpenFdCache.h.

template<typename _Key, typename _CloseFcn = OpenFdCacheClose>
int oasys::OpenFdCache< _Key, _CloseFcn >::FdListEnt::fd_

Definition at line 54 of file OpenFdCache.h.

template<typename _Key, typename _CloseFcn = OpenFdCacheClose>
int oasys::OpenFdCache< _Key, _CloseFcn >::FdListEnt::pin_count_

Definition at line 55 of file OpenFdCache.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 7 16:57:02 2007 for DTN Reference Implementation by  doxygen 1.5.1