xo-reflect: + TypeDescrBase::require_by_fn_info()

This commit is contained in:
Roland Conybeare 2024-06-18 17:16:28 -04:00
commit 276e1e5451
2 changed files with 17 additions and 1 deletions

View file

@ -192,7 +192,9 @@ namespace xo {
const std::string & canonical_name,
std::unique_ptr<TypeDescrExtra> tdextra);
/* print table of reflected types to os */
/** Create type-description for function from input ingredients. **/
static TypeDescrW require_by_fn_info(const FunctionTdxInfo & fn_info);
/** lookup type by canonical name **/
static TypeDescr lookup_by_name(const std::string & canonical_name);
static void print_reflected_types(std::ostream & os);