Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Attributes | List of all members
PyNumberMethods Struct Reference

#include <object.h>

Public Attributes

binaryfunc nb_add
 
binaryfunc nb_subtract
 
binaryfunc nb_multiply
 
binaryfunc nb_divide
 
binaryfunc nb_remainder
 
binaryfunc nb_divmod
 
ternaryfunc nb_power
 
unaryfunc nb_negative
 
unaryfunc nb_positive
 
unaryfunc nb_absolute
 
inquiry nb_nonzero
 
unaryfunc nb_invert
 
binaryfunc nb_lshift
 
binaryfunc nb_rshift
 
binaryfunc nb_and
 
binaryfunc nb_xor
 
binaryfunc nb_or
 
coercion nb_coerce
 
unaryfunc nb_int
 
unaryfunc nb_long
 
unaryfunc nb_float
 
unaryfunc nb_oct
 
unaryfunc nb_hex
 
binaryfunc nb_inplace_add
 
binaryfunc nb_inplace_subtract
 
binaryfunc nb_inplace_multiply
 
binaryfunc nb_inplace_divide
 
binaryfunc nb_inplace_remainder
 
ternaryfunc nb_inplace_power
 
binaryfunc nb_inplace_lshift
 
binaryfunc nb_inplace_rshift
 
binaryfunc nb_inplace_and
 
binaryfunc nb_inplace_xor
 
binaryfunc nb_inplace_or
 
binaryfunc nb_floor_divide
 
binaryfunc nb_true_divide
 
binaryfunc nb_inplace_floor_divide
 
binaryfunc nb_inplace_true_divide
 
unaryfunc nb_index
 

Member Data Documentation

unaryfunc PyNumberMethods::nb_absolute
binaryfunc PyNumberMethods::nb_add
binaryfunc PyNumberMethods::nb_and
coercion PyNumberMethods::nb_coerce
binaryfunc PyNumberMethods::nb_divide
binaryfunc PyNumberMethods::nb_divmod
unaryfunc PyNumberMethods::nb_float
binaryfunc PyNumberMethods::nb_floor_divide
unaryfunc PyNumberMethods::nb_hex
unaryfunc PyNumberMethods::nb_index
binaryfunc PyNumberMethods::nb_inplace_add
binaryfunc PyNumberMethods::nb_inplace_and
binaryfunc PyNumberMethods::nb_inplace_divide
binaryfunc PyNumberMethods::nb_inplace_floor_divide
binaryfunc PyNumberMethods::nb_inplace_lshift
binaryfunc PyNumberMethods::nb_inplace_multiply
binaryfunc PyNumberMethods::nb_inplace_or
ternaryfunc PyNumberMethods::nb_inplace_power
binaryfunc PyNumberMethods::nb_inplace_remainder
binaryfunc PyNumberMethods::nb_inplace_rshift
binaryfunc PyNumberMethods::nb_inplace_subtract
binaryfunc PyNumberMethods::nb_inplace_true_divide
binaryfunc PyNumberMethods::nb_inplace_xor
unaryfunc PyNumberMethods::nb_int
unaryfunc PyNumberMethods::nb_invert
unaryfunc PyNumberMethods::nb_long
binaryfunc PyNumberMethods::nb_lshift
binaryfunc PyNumberMethods::nb_multiply
unaryfunc PyNumberMethods::nb_negative
inquiry PyNumberMethods::nb_nonzero
unaryfunc PyNumberMethods::nb_oct
binaryfunc PyNumberMethods::nb_or
unaryfunc PyNumberMethods::nb_positive
ternaryfunc PyNumberMethods::nb_power
binaryfunc PyNumberMethods::nb_remainder
binaryfunc PyNumberMethods::nb_rshift
binaryfunc PyNumberMethods::nb_subtract
binaryfunc PyNumberMethods::nb_true_divide
binaryfunc PyNumberMethods::nb_xor

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

Copyright 2014 Google Inc. All rights reserved.