ATLAS Offline Software
Static Public Member Functions | List of all members
Py::cnv< CxxType > Struct Template Reference

helper method to convert a type to a Py::Object More...

#include <PyDataStore.h>

Collaboration diagram for Py::cnv< CxxType >:

Static Public Member Functions

static Py::Object to (CxxType t)
 

Detailed Description

template<typename CxxType>
struct Py::cnv< CxxType >

helper method to convert a type to a Py::Object

helper method to convert a type to a PyObject

Definition at line 28 of file PyDataStore.h.

Member Function Documentation

◆ to()

template<typename CxxType >
static Py::Object Py::cnv< CxxType >::to ( CxxType  t)
inlinestatic

Definition at line 30 of file PyDataStore.h.

30 { return Py::Object(t); }

The documentation for this struct was generated from the following file:
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5