#include <network.hpp>
Public Member Functions | |
bandwidth_in (int len) | |
~bandwidth_in () | |
void | set_type (const std::string &type) |
Private Attributes | |
int | len_ |
std::string | type_ |
Definition at line 192 of file network.hpp.
|
inline |
Definition at line 193 of file network.hpp.
network::bandwidth_in::~bandwidth_in | ( | ) |
Definition at line 1066 of file network.cpp.
References network::add_bandwidth_in(), len_, and type_.
|
inline |
Definition at line 196 of file network.hpp.
References type_.
|
private |
Definition at line 202 of file network.hpp.
Referenced by ~bandwidth_in().
|
private |
Definition at line 203 of file network.hpp.
Referenced by set_type(), and ~bandwidth_in().