Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Macros | Functions | Variables
pystrtod.h File Reference

Go to the source code of this file.

Macros

#define Py_DTSF_SIGN   0x01 /* always add the sign */
 
#define Py_DTSF_ADD_DOT_0   0x02 /* if the result is an integer add ".0" */
 
#define Py_DTSF_ALT
 
#define Py_DTST_FINITE   0
 
#define Py_DTST_INFINITE   1
 
#define Py_DTST_NAN   2
 

Functions

 PyAPI_FUNC (double) PyOS_ascii_strtod(const char *str
 
 PyAPI_FUNC (char *) PyOS_ascii_formatd(char *buffer
 

Variables

char ** ptr
 
size_t buf_len
 
size_t const char * format
 
size_t const char double d
 
char ** endptr
 
char PyObjectoverflow_exception
 
char format_code
 
char int precision
 
char int int flags
 
char int int inttype
 

Macro Definition Documentation

#define Py_DTSF_ADD_DOT_0   0x02 /* if the result is an integer add ".0" */
#define Py_DTSF_ALT
Value:
0x04 /* "alternate" formatting. it's format_code
specific */
#define Py_DTSF_SIGN   0x01 /* always add the sign */
#define Py_DTST_FINITE   0
#define Py_DTST_INFINITE   1
#define Py_DTST_NAN   2

Function Documentation

PyAPI_FUNC ( double  ) const
PyAPI_FUNC ( char *  )

Variable Documentation

size_t buf_len
size_t const char double d
char ** endptr
char int int flags
size_t const char* format
char format_code
char PyObject* overflow_exception
char int precision
char** ptr
char int int int* type

Copyright 2014 Google Inc. All rights reserved.