PythonMonkey
v1.1.2 (dev)
Toggle main menu visibility
Main Page
Related Pages
Packages
Package List
Package Members
All
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
w
Functions
a
b
c
d
e
i
l
m
n
p
r
s
t
u
w
Variables
b
c
d
e
g
i
k
l
n
p
r
s
t
u
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
~
Functions
_
a
c
d
e
f
g
h
i
j
l
n
o
p
q
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
Typedefs
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
c
d
f
g
i
j
k
n
o
p
r
s
t
u
Variables
_
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
Enumerations
Enumerator
Macros
b
c
h
i
j
k
l
n
p
s
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
FloatType.hh
Go to the documentation of this file.
1
11
#ifndef PythonMonkey_FloatType_
12
#define PythonMonkey_FloatType_
13
14
#include <Python.h>
15
19
struct
FloatType
{
20
public
:
21
static
PyObject *
getPyObject
(
double
n);
22
};
23
24
#endif
FloatType
This struct represents the 'float' type in Python, which is represented as a 'double' in C++.
Definition
FloatType.hh:19
FloatType::getPyObject
static PyObject * getPyObject(double n)
Definition
FloatType.cc:13
include
FloatType.hh
Generated on Wed Jun 4 2025 20:55:48 for PythonMonkey by
1.9.7