class Argument : public Upp::Moveable<Argument>{ public: Argument(Upp::String argname, Upp::String argvalue); Argument(); Upp::String ArgName; Upp::String ArgValue; };
Report message to a moderator