34 irc = Tcl_PkgProvide(interp,
"rwxxtpp",
"1.0.0");
35 if (irc != TCL_OK)
return irc;
42 }
catch (exception& e) {
43 Tcl_AppendResult(interp,
"-E: exception caught in Rwxxtpp_Init: '",
44 e.what(),
"'",
nullptr);
int Rwxxtpp_Init(Tcl_Interp *interp)
static void CreateClass(Tcl_Interp *interp, const char *name, const std::string &type)
FIXME_docs.
Declaration of class ReventLoop.