#include <senf/Ext/NetEmu/WLAN/WifiStatistics.hh>
|
| | mmapFile (std::string const &fname) |
| |
| | ~mmapFile () |
| |
| void * | open (std::string const &fname) |
| |
| void * | begin () const |
| |
| void * | end () const |
| |
| off_t | size () const |
| |
| bool | eof () const |
| |
| template<class T > |
| T const & | next () |
| |
| std::uint8_t * | next (size_t const &len) |
| |
| template<class T > |
| T const & | at (off_t const &pos) |
| |
Definition at line 33 of file WifiStatistics.hh.
◆ mmapFile()
| senf::mmapFile::mmapFile |
( |
std::string const & |
fname | ) |
|
◆ ~mmapFile()
| senf::mmapFile::~mmapFile |
( |
| ) |
|
◆ at()
template<class T >
| T const& senf::mmapFile::at |
( |
off_t const & |
pos | ) |
|
|
inline |
◆ begin()
| void * senf::mmapFile::begin |
( |
| ) |
const |
◆ end()
| void * senf::mmapFile::end |
( |
| ) |
const |
◆ eof()
| bool senf::mmapFile::eof |
( |
| ) |
const |
◆ next() [1/2]
template<class T >
| T const& senf::mmapFile::next |
( |
| ) |
|
|
inline |
◆ next() [2/2]
| std::uint8_t* senf::mmapFile::next |
( |
size_t const & |
len | ) |
|
|
inline |
◆ open()
| void * senf::mmapFile::open |
( |
std::string const & |
fname | ) |
|
◆ size()
| off_t senf::mmapFile::size |
( |
| ) |
const |
The documentation for this class was generated from the following files: