Load Balancer Simulator
CSCE 412 - Load Balancer Simulation Project
Variables
LoadBalancer.cpp File Reference

Implementation of the LoadBalancer class methods. More...

#include "LoadBalancer.h"
#include <iostream>
#include <sstream>

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"
 

Detailed Description

Implementation of the LoadBalancer class methods.

Definition in file LoadBalancer.cpp.

Variable Documentation

◆ BLUE

const std::string BLUE = "\033[34m"

Definition at line 14 of file LoadBalancer.cpp.

◆ CYAN

const std::string CYAN = "\033[36m"

Definition at line 16 of file LoadBalancer.cpp.

◆ GREEN

const std::string GREEN = "\033[32m"

Definition at line 12 of file LoadBalancer.cpp.

◆ MAGENTA

const std::string MAGENTA = "\033[35m"

Definition at line 15 of file LoadBalancer.cpp.

◆ RED

const std::string RED = "\033[31m"

Definition at line 11 of file LoadBalancer.cpp.

◆ RESET

const std::string RESET = "\033[0m"

Definition at line 17 of file LoadBalancer.cpp.

◆ YELLOW

const std::string YELLOW = "\033[33m"

Definition at line 13 of file LoadBalancer.cpp.