|
Load Balancer Simulator
CSCE 412 - Load Balancer Simulation Project
|
Implementation of the LoadBalancer class methods. More...
Go to the source code of this file.
Variables | |
| const std::string | RED = "\033[31m" |
| const std::string | GREEN = "\033[32m" |
| const std::string | YELLOW = "\033[33m" |
| const std::string | BLUE = "\033[34m" |
| const std::string | MAGENTA = "\033[35m" |
| const std::string | CYAN = "\033[36m" |
| const std::string | RESET = "\033[0m" |
Implementation of the LoadBalancer class methods.
Definition in file LoadBalancer.cpp.
| const std::string BLUE = "\033[34m" |
Definition at line 14 of file LoadBalancer.cpp.
| const std::string CYAN = "\033[36m" |
Definition at line 16 of file LoadBalancer.cpp.
| const std::string GREEN = "\033[32m" |
Definition at line 12 of file LoadBalancer.cpp.
| const std::string MAGENTA = "\033[35m" |
Definition at line 15 of file LoadBalancer.cpp.
| const std::string RED = "\033[31m" |
Definition at line 11 of file LoadBalancer.cpp.
| const std::string RESET = "\033[0m" |
Definition at line 17 of file LoadBalancer.cpp.
| const std::string YELLOW = "\033[33m" |
Definition at line 13 of file LoadBalancer.cpp.