CIRCT 21.0.0git
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
esiCppAccel.cpp File Reference
#include "esi/Accelerator.h"
#include "esi/Services.h"
#include "esi/backends/Cosim.h"
#include <sstream>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
Include dependency graph for esiCppAccel.cpp:

Go to the source code of this file.

Classes

struct  pybind11::polymorphic_type_hook< ChannelPort >
 Pybind11 needs a little help downcasting with non-bound instances. More...
 
struct  pybind11::polymorphic_type_hook< Service >
 
struct  pybind11::detail::type_caster< std::any >
 Pybind11 doesn't have a built-in type caster for std::any (https://github.com/pybind/pybind11/issues/1590). More...
 

Namespaces

namespace  pybind11
 
namespace  pybind11::detail
 

Functions

py::object getPyType (std::optional< const Type * > t)
 Resolve a Type to the Python wrapper object.
 
 PYBIND11_MODULE (esiCppAccel, m)
 

Function Documentation

◆ getPyType()

py::object getPyType ( std::optional< const Type * >  t)

Resolve a Type to the Python wrapper object.

Definition at line 95 of file esiCppAccel.cpp.

Referenced by PYBIND11_MODULE().

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( esiCppAccel  ,
 
)