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

#include <fileobject.h>

Public Attributes

PyObject_HEAD FILEf_fp
 
PyObjectf_name
 
PyObjectf_mode
 
int(* f_close )(FILE *)
 
int f_softspace
 
int f_binary
 
char * f_buf
 
char * f_bufend
 
char * f_bufptr
 
char * f_setbuf
 
int f_univ_newline
 
int f_newlinetypes
 
int f_skipnextlf
 
PyObjectf_encoding
 
PyObjectf_errors
 
PyObjectweakreflist
 
int unlocked_count
 
int readable
 
int writable
 

Member Data Documentation

int PyFileObject::f_binary
char* PyFileObject::f_buf
char* PyFileObject::f_bufend
char* PyFileObject::f_bufptr
int(* PyFileObject::f_close)(FILE *)
PyObject* PyFileObject::f_encoding
PyObject* PyFileObject::f_errors
PyObject_HEAD FILE* PyFileObject::f_fp
PyObject* PyFileObject::f_mode
PyObject* PyFileObject::f_name
int PyFileObject::f_newlinetypes
char* PyFileObject::f_setbuf
int PyFileObject::f_skipnextlf
int PyFileObject::f_softspace
int PyFileObject::f_univ_newline
int PyFileObject::readable
int PyFileObject::unlocked_count
PyObject* PyFileObject::weakreflist
int PyFileObject::writable

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

Copyright 2014 Google Inc. All rights reserved.