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

#include <setobject.h>

Public Attributes

PyObject_HEAD Py_ssize_t fill
 
Py_ssize_t used
 
Py_ssize_t mask
 
setentrytable
 
setentry *(* lookup )(PySetObject *so, PyObject *key, long hash)
 
setentry smalltable [PySet_MINSIZE]
 
long hash
 
PyObjectweakreflist
 

Member Data Documentation

PyObject_HEAD Py_ssize_t _setobject::fill
long _setobject::hash
setentry*(* _setobject::lookup)(PySetObject *so, PyObject *key, long hash)
Py_ssize_t _setobject::mask
setentry _setobject::smalltable[PySet_MINSIZE]
setentry* _setobject::table
Py_ssize_t _setobject::used
PyObject* _setobject::weakreflist

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

Copyright 2014 Google Inc. All rights reserved.