|
Load Balancer Simulation
A simulation of a load balancer with dynamic server scaling in C++
|
Implementation of LoadBalancerConfig file loading. More...
Go to the source code of this file.
Functions | |
| static void | trim (std::string &s) |
| Trim leading and trailing whitespace from a string. | |
Implementation of LoadBalancerConfig file loading.
Definition in file Config.cpp.
|
static |
Trim leading and trailing whitespace from a string.
| s | String to trim (modified in place) |
Definition at line 16 of file Config.cpp.
Referenced by LoadBalancerConfig::loadFromFile().