Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | List of all members
PyROOT::TLongLongArrayConverter Class Reference

Definition at line 163 of file Converters.h.

Public Member Functions

virtual Bool_t SetArg (PyObject *, TParameter &, TCallContext *ctxt=0)
 just convert pointer if it is a ROOT object More...
 
- Public Member Functions inherited from PyROOT::TVoidArrayConverter
 TVoidArrayConverter (Bool_t keepControl=kTRUE)
 
virtual PyObjectFromMemory (void *address)
 nothing sensible can be done, just return <address> as pylong More...
 
virtual Bool_t ToMemory (PyObject *value, void *address)
 just convert pointer if it is a ROOT object More...
 
- Public Member Functions inherited from PyROOT::TConverter
virtual ~TConverter ()
 

Additional Inherited Members

- Protected Member Functions inherited from PyROOT::TVoidArrayConverter
virtual Bool_t GetAddressSpecialCase (PyObject *pyobject, void *&address)
 (1): "null pointer" or C++11 style nullptr More...
 
Bool_t KeepControl ()
 

#include </mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/bindings/pyroot/src/Converters.h>

Inheritance diagram for PyROOT::TLongLongArrayConverter:
[legend]

Member Function Documentation

◆ SetArg()

virtual Bool_t PyROOT::TLongLongArrayConverter::SetArg ( PyObject pyobject,
TParameter para,
TCallContext ctxt = 0 
)
virtual

just convert pointer if it is a ROOT object

Reimplemented from PyROOT::TVoidArrayConverter.


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