μ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
str_attr Struct Reference

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

Public Types

using key_type = const char *
 
using key_type = const char *
 

Static Public Member Functions

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

Detailed Description

Definition at line 729 of file pytypes.h.

Member Typedef Documentation

◆ key_type [1/2]

using str_attr::key_type = const char *

Definition at line 730 of file pytypes.h.

◆ key_type [2/2]

using str_attr::key_type = const char *

Definition at line 995 of file pytypes.h.

Member Function Documentation

◆ get() [1/2]

static object str_attr::get ( handle  obj,
const char *  key 
)
inlinestatic

Definition at line 731 of file pytypes.h.

References getattr().

◆ get() [2/2]

static object str_attr::get ( handle  obj,
const char *  key 
)
inlinestatic

Definition at line 996 of file pytypes.h.

References getattr().

◆ set() [1/2]

static void str_attr::set ( handle  obj,
const char *  key,
handle  val 
)
inlinestatic

Definition at line 732 of file pytypes.h.

References setattr().

◆ set() [2/2]

static void str_attr::set ( handle  obj,
const char *  key,
handle  val 
)
inlinestatic

Definition at line 997 of file pytypes.h.

References setattr().


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