#pragma once enum class Status{ STATUS_OK = 0, STATUS_ERR = -1, STATUS_INNER_ERR =-2, STATUS_INVALIED_PARAMS =-3, STATUS_OOM =-4 };