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

#include <ucnhash.h>

Public Attributes

int size
 
int(* getname )(PyObject *self, Py_UCS4 code, char *buffer, int buflen)
 
int(* getcode )(PyObject *self, const char *name, int namelen, Py_UCS4 *code)
 

Member Data Documentation

int(* _PyUnicode_Name_CAPI::getcode)(PyObject *self, const char *name, int namelen, Py_UCS4 *code)
int(* _PyUnicode_Name_CAPI::getname)(PyObject *self, Py_UCS4 code, char *buffer, int buflen)
int _PyUnicode_Name_CAPI::size

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

Copyright 2014 Google Inc. All rights reserved.