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

#include <PyDataStore.h>

Collaboration diagram for Py::cnv< int >:

Static Public Member Functions

static Py::Object to (int t)
 
static PyObjecttoPy (int t)
 

Detailed Description

Definition at line 61 of file PyDataStore.h.

Member Function Documentation

◆ to()

static Py::Object Py::cnv< int >::to ( int  t)
inlinestatic

Definition at line 63 of file PyDataStore.h.

64  { return Py::Int(t); }

◆ toPy()

static PyObject* Py::cnv< int >::toPy ( int  t)
inlinestatic

Definition at line 138 of file PyStoreCnvUtils.h.

139  { return Py_BuildValue( const_cast<char*>("i"), t ); }

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