FiredContext

struct FiredContext {
Variant sender;
string file;
size_t line;
string funcName;
string prettyFuncName;
}

Meta