#include <OpenFdCache.h>
Definition at line 30 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_ |
| oasys::OpenFdCache< _Key, _CloseFcn >::FdListEnt::FdListEnt | ( | const _Key & | key, | |
| int | fd = -1, |
|||
| int | pin_count = 0 | |||
| ) | [inline] |
Definition at line 31 of file OpenFdCache.h.
| _Key oasys::OpenFdCache< _Key, _CloseFcn >::FdListEnt::key_ |
Definition at line 37 of file OpenFdCache.h.
| int oasys::OpenFdCache< _Key, _CloseFcn >::FdListEnt::fd_ |
Definition at line 38 of file OpenFdCache.h.
| int oasys::OpenFdCache< _Key, _CloseFcn >::FdListEnt::pin_count_ |
Definition at line 39 of file OpenFdCache.h.
1.5.1