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

#include <object.h>

Public Attributes

lenfunc mp_length
 
binaryfunc mp_subscript
 
objobjargproc mp_ass_subscript
 

Member Data Documentation

objobjargproc PyMappingMethods::mp_ass_subscript
lenfunc PyMappingMethods::mp_length
binaryfunc PyMappingMethods::mp_subscript

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

Copyright 2014 Google Inc. All rights reserved.