![]() |
Scarab
2.8.1
Project 8 C++ Utility Library
|

Go to the source code of this file.
Namespaces | |
| pybind11 | |
| glibc defines I as a macro which breaks things, e.g., boost template names | |
| pybind11::detail | |
Macros | |
| #define | PyDateTime_DELTA_GET_DAYS(o) (((PyDateTime_Delta*)o)->days) |
| #define | PyDateTime_DELTA_GET_SECONDS(o) (((PyDateTime_Delta*)o)->seconds) |
| #define | PyDateTime_DELTA_GET_MICROSECONDS(o) (((PyDateTime_Delta*)o)->microseconds) |
| #define PyDateTime_DELTA_GET_DAYS | ( | o | ) | (((PyDateTime_Delta*)o)->days) |
| #define PyDateTime_DELTA_GET_MICROSECONDS | ( | o | ) | (((PyDateTime_Delta*)o)->microseconds) |
1.8.13