Pepper_31_C++_interfaces
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
pp::ext::socket::NetworkInterface_Dev Class Reference

#include <socket_dev.h>

Collaboration diagram for pp::ext::socket::NetworkInterface_Dev:
Collaboration graph

Public Member Functions

 NetworkInterface_Dev ()
 
 ~NetworkInterface_Dev ()
 
bool Populate (const PP_Ext_Socket_NetworkInterface_Dev &value)
 
Var CreateVar () const
 

Public Attributes

DictField< std::string > name
 
DictField< std::string > address
 

Static Public Attributes

static const char *const kName
 
static const char *const kAddress
 

Detailed Description

Definition at line 159 of file socket_dev.h.

Constructor & Destructor Documentation

pp::ext::socket::NetworkInterface_Dev::NetworkInterface_Dev ( )
pp::ext::socket::NetworkInterface_Dev::~NetworkInterface_Dev ( )

Member Function Documentation

Var pp::ext::socket::NetworkInterface_Dev::CreateVar ( ) const
bool pp::ext::socket::NetworkInterface_Dev::Populate ( const PP_Ext_Socket_NetworkInterface_Dev &  value)

Member Data Documentation

DictField<std::string> pp::ext::socket::NetworkInterface_Dev::address

Definition at line 172 of file socket_dev.h.

const char* const pp::ext::socket::NetworkInterface_Dev::kAddress
static

Definition at line 169 of file socket_dev.h.

const char* const pp::ext::socket::NetworkInterface_Dev::kName
static

Definition at line 168 of file socket_dev.h.

DictField<std::string> pp::ext::socket::NetworkInterface_Dev::name

Definition at line 171 of file socket_dev.h.


The documentation for this class was generated from the following file: