#include <senf/Ext/NetEmu/WLAN/AthSpectralScan.hh>
Public Member Functions | |
UnixFileHandle () | |
void | SetFd (int fd_) |
Public Member Functions inherited from senf::FileHandle | |
void | close () |
void | terminate () |
bool | readable () const |
bool | waitReadable (senf::ClockService::clock_type timeout=senf::ClockService::clock_type(-1)) const |
bool | writeable () const |
bool | waitWriteable (senf::ClockService::clock_type timeout=senf::ClockService::clock_type(-1)) const |
bool | oobReadable () const |
bool | waitOOBReadable (senf::ClockService::clock_type timeout=senf::ClockService::clock_type(-1)) const |
bool | blocking () const |
void | blocking (bool status) |
bool | eof () const |
bool | valid () const |
bool | boolean_test () const |
int | fd () const |
int | refcount () const |
bool | is_shared () const |
int | retrieve_filehandle (FileHandle handle) |
FileHandle () | |
~FileHandle () | |
Additional Inherited Members | |
Static Public Member Functions inherited from senf::FileHandle | |
static FileHandle | cast_static (FileHandle handle) |
static FileHandle | cast_dynamic (FileHandle handle) |
Protected Member Functions inherited from senf::FileHandle | |
FileHandle (std::unique_ptr< FileBody > body) | |
FileHandle (FileBody::ptr body) | |
FileBody & | body () |
FileBody const & | body () const |
void | fd (int fd) |
void * | extraPtr () const |
void | extraPtr (void *ptr) |
Static Protected Member Functions inherited from senf::FileHandle | |
static FileBody & | body (FileHandle &handle) |
static FileBody const & | body (FileHandle const &handle) |
Definition at line 26 of file AthSpectralScan.hh.
|
inline |
Definition at line 30 of file AthSpectralScan.hh.
|
inline |
Definition at line 33 of file AthSpectralScan.hh.