welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
Loading...
Searching...
No Matches
welder::rods::python::scanned_trampoline Struct Reference

The outcome of scanning a base's namespace for its trampoline-annotated subclass. More...

#include <welder/rods/python/trampoline.hpp>

Public Attributes

std::meta::info type {}
 the trampoline, or a null reflection if none found.
bool ambiguous {false}
 true iff more than one candidate was found.

Detailed Description

The outcome of scanning a base's namespace for its trampoline-annotated subclass.

Definition at line 134 of file trampoline.hpp.

Member Data Documentation

◆ ambiguous

bool welder::rods::python::scanned_trampoline::ambiguous {false}

true iff more than one candidate was found.

Definition at line 136 of file trampoline.hpp.

Referenced by welder::rods::python::scanned_trampoline_of().

◆ type

std::meta::info welder::rods::python::scanned_trampoline::type {}

the trampoline, or a null reflection if none found.

Definition at line 135 of file trampoline.hpp.

Referenced by welder::rods::python::scanned_trampoline_of().


The documentation for this struct was generated from the following file: