|
MetroCollect
2.3.4
|
Struct managing an Ethtool socket. More...
#include <SourceEthtool.h>
Public Member Functions | |
| Socketfd () | |
| Construct a new Socketfd object. More... | |
| ~Socketfd () | |
| Destroy the Socketfd object. More... | |
| Socketfd (const Socketfd &)=delete | |
| Deleted copy constructor. More... | |
| Socketfd & | operator= (const Socketfd &)=delete |
| Delete assignment operator. More... | |
Public Attributes | |
| int | fd |
| Socket descriptor. More... | |
Struct managing an Ethtool socket.
Definition at line 226 of file SourceEthtool.h.
| MetroCollect::MetricsSource::SourceEthtool::Socketfd::Socketfd | ( | ) |
Construct a new Socketfd object.
Definition at line 43 of file SourceEthtool.cc.
| MetroCollect::MetricsSource::SourceEthtool::Socketfd::~Socketfd | ( | ) |
Destroy the Socketfd object.
Definition at line 52 of file SourceEthtool.cc.
|
delete |
Deleted copy constructor.
|
delete |
Delete assignment operator.
| int MetroCollect::MetricsSource::SourceEthtool::Socketfd::fd |
Socket descriptor.
Definition at line 227 of file SourceEthtool.h.