libkdumpfile-0.5.4
Kernel coredump file access
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
convert_object Struct Reference

Converter between C types and Python types. More...

Data Fields

PyObject_HEAD PyTypeObject * fulladdr_type
 Standard Python object header. More...
 
PyTypeObject * ctx_type
 Target type for Context conversions. More...
 
PyTypeObject * meth_type
 Target type for Method conversions. More...
 
PyTypeObject * custommeth_type
 Target type for CustomMethod conversions. More...
 
PyTypeObject * linearmeth_type
 Target type for LinearMethod conversions. More...
 
PyTypeObject * pgtmeth_type
 Target type for PageTableMethod conversions. More...
 
PyTypeObject * lookupmeth_type
 Target type for LookupMethod conversions. More...
 
PyTypeObject * memarrmeth_type
 Target type for MemoryArrayMethod conversions. More...
 
PyTypeObject * range_type
 Target type for Range conversions. More...
 
PyTypeObject * map_type
 Target type for Map conversions. More...
 
PyTypeObject * sys_type
 Target type for System conversions. More...
 
PyTypeObject * step_type
 Target type for Step conversions. More...
 
PyTypeObject * op_type
 Target type for Operator conversions. More...
 

Detailed Description

Converter between C types and Python types.

Field Documentation

PyTypeObject* convert_object::ctx_type

Target type for Context conversions.

PyTypeObject* convert_object::custommeth_type

Target type for CustomMethod conversions.

PyObject_HEAD PyTypeObject* convert_object::fulladdr_type

Standard Python object header.

Target type for FullAddress conversions.

PyTypeObject* convert_object::linearmeth_type

Target type for LinearMethod conversions.

PyTypeObject* convert_object::lookupmeth_type

Target type for LookupMethod conversions.

PyTypeObject* convert_object::map_type

Target type for Map conversions.

PyTypeObject* convert_object::memarrmeth_type

Target type for MemoryArrayMethod conversions.

PyTypeObject* convert_object::meth_type

Target type for Method conversions.

PyTypeObject* convert_object::op_type

Target type for Operator conversions.

PyTypeObject* convert_object::pgtmeth_type

Target type for PageTableMethod conversions.

PyTypeObject* convert_object::range_type

Target type for Range conversions.

PyTypeObject* convert_object::step_type

Target type for Step conversions.

PyTypeObject* convert_object::sys_type

Target type for System conversions.


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