μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Static Public Member Functions | List of all members
generic_item Struct Reference

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/pytypes.h>

Public Types

using key_type = object
 
using key_type = object
 

Static Public Member Functions

static object get (handle obj, handle key)
 
static void set (handle obj, handle key, handle val)
 
static object get (handle obj, handle key)
 
static void set (handle obj, handle key, handle val)
 

Detailed Description

Definition at line 735 of file pytypes.h.

Member Typedef Documentation

◆ key_type [1/2]

Definition at line 736 of file pytypes.h.

◆ key_type [2/2]

Definition at line 1001 of file pytypes.h.

Member Function Documentation

◆ get() [1/2]

static object generic_item::get ( handle  obj,
handle  key 
)
inlinestatic

Definition at line 738 of file pytypes.h.

References handle::ptr().

◆ get() [2/2]

static object generic_item::get ( handle  obj,
handle  key 
)
inlinestatic

Definition at line 1003 of file pytypes.h.

References handle::ptr().

◆ set() [1/2]

static void generic_item::set ( handle  obj,
handle  key,
handle  val 
)
inlinestatic

Definition at line 746 of file pytypes.h.

References handle::ptr().

◆ set() [2/2]

static void generic_item::set ( handle  obj,
handle  key,
handle  val 
)
inlinestatic

Definition at line 1011 of file pytypes.h.

References handle::ptr().


The documentation for this struct was generated from the following files: