The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
network::bandwidth_in Struct Reference

#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_
 

Detailed Description

Definition at line 192 of file network.hpp.

Constructor & Destructor Documentation

network::bandwidth_in::bandwidth_in ( int  len)
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_.

Member Function Documentation

void network::bandwidth_in::set_type ( const std::string type)
inline

Definition at line 196 of file network.hpp.

References type_.

Member Data Documentation

int network::bandwidth_in::len_
private

Definition at line 202 of file network.hpp.

Referenced by ~bandwidth_in().

std::string network::bandwidth_in::type_
private

Definition at line 203 of file network.hpp.

Referenced by set_type(), and ~bandwidth_in().


The documentation for this struct was generated from the following files: