self._type, self._name))
end
---- Dot representation
-function result.basic_result:dot(flagt)
- assert(flagt == nil or type(flagt) == "table")
- error(err.new("called todot() of result base class, type %s name %s",
- self._type, self._name))
-end
-
--------------------------------------------------------------------------------
--- Result class (standard).
--------------------------------------------------------------------------------
return t
end
-function result.result_class:todot(flagt)
- assert(flagt == nil or type(flagt) == "table")
- flagt = flagt or {}
- error("todot missing implementation")
-end
-
--------------------------------------------------------------------------------
-- Result loading and plugin hookup
--------------------------------------------------------------------------------