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

#include <PyDataStore.h>

Collaboration diagram for Py::cnv< unsigned int >:

Static Public Member Functions

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

Detailed Description

Definition at line 68 of file PyDataStore.h.

Member Function Documentation

◆ to()

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

Definition at line 70 of file PyDataStore.h.

71  { return Py::Int(static_cast<long int>(t)); }

◆ toPy()

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

Definition at line 152 of file PyStoreCnvUtils.h.

153  { return Py_BuildValue( const_cast<char*>("l"), t ); }

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