Internal data structure which holds metadata about a keyword argument.
More...
#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/attr.h>
Internal data structure which holds metadata about a keyword argument.
Definition at line 175 of file attr.h.
◆ argument_record() [1/2]
argument_record::argument_record |
( |
const char * |
name, |
|
|
const char * |
descr, |
|
|
handle |
value, |
|
|
bool |
convert, |
|
|
bool |
none |
|
) |
| |
|
inline |
◆ argument_record() [2/2]
argument_record::argument_record |
( |
const char * |
name, |
|
|
const char * |
descr, |
|
|
handle |
value, |
|
|
bool |
convert, |
|
|
bool |
none |
|
) |
| |
|
inline |
◆ convert
bool argument_record::convert |
◆ descr
const char * argument_record::descr |
Human-readable version of the argument value.
Definition at line 177 of file attr.h.
◆ name
const char * argument_record::name |
◆ none
bool argument_record::none |
◆ value
Associated Python object.
Definition at line 178 of file attr.h.
The documentation for this struct was generated from the following files:
- python/pybind11-python2/include/pybind11/attr.h
- python/pybind11/include/pybind11/attr.h