|
HepMC3 event record library
|
Internal data structure which holds metadata about a keyword argument. More...
#include <attr.h>
Collaboration diagram for argument_record:Public Member Functions | |
| argument_record (const char *name, const char *descr, handle value, bool convert, bool none) | |
Data Fields | |
| const char * | name |
| Argument name. More... | |
| const char * | descr |
| Human-readable version of the argument value. More... | |
| handle | value |
| Associated Python object. More... | |
| bool | convert: 1 |
| True if the argument is allowed to convert when loading. More... | |
| bool | none: 1 |
| True if None is allowed when loading. More... | |
Internal data structure which holds metadata about a keyword argument.
| bool convert |
| const char* descr |
1.8.14