knowL: Knowledge Libraries
Loading...
Searching...
No Matches
knowCore::pybind11::detail::value_converter< _T_ > Struct Template Reference
Inheritance diagram for knowCore::pybind11::detail::value_converter< _T_ >:
Collaboration diagram for knowCore::pybind11::detail::value_converter< _T_ >:

Public Member Functions

bool can_cast (const knowCore::Value &_variant, bool _strict) const override
 
::pybind11::handle to_python (const knowCore::Value &_value, ::pybind11::return_value_policy _policy, ::pybind11::handle _parent) const override
 
knowCore::Value to_value (::pybind11::handle _handle) const
 
- Public Member Functions inherited from knowCore::pybind11::detail::abstract_value_converter

Member Function Documentation

◆ can_cast()

template<typename _T_ >
bool knowCore::pybind11::detail::value_converter< _T_ >::can_cast ( const knowCore::Value & _variant,
bool _strict ) const
inlineoverridevirtual

◆ to_python()

template<typename _T_ >
::pybind11::handle knowCore::pybind11::detail::value_converter< _T_ >::to_python ( const knowCore::Value & _value,
::pybind11::return_value_policy _policy,
::pybind11::handle _parent ) const
inlineoverridevirtual

◆ to_value()

template<typename _T_ >
knowCore::Value knowCore::pybind11::detail::value_converter< _T_ >::to_value ( ::pybind11::handle _handle) const
inlinevirtual

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