Classes | Macros
chrono.h File Reference
#include "pybind11.h"
#include <cmath>
#include <ctime>
#include <chrono>
#include <datetime.h>
Include dependency graph for chrono.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  duration_caster< type >
 
class  type_caster< std::chrono::duration< Rep, Period > >
 
class  type_caster< std::chrono::time_point< Clock, Duration > >
 
class  type_caster< std::chrono::time_point< std::chrono::system_clock, Duration > >
 

Macros

#define PyDateTime_DELTA_GET_DAYS(o)   (((PyDateTime_Delta*)o)->days)
 
#define PyDateTime_DELTA_GET_MICROSECONDS(o)   (((PyDateTime_Delta*)o)->microseconds)
 
#define PyDateTime_DELTA_GET_SECONDS(o)   (((PyDateTime_Delta*)o)->seconds)
 

Macro Definition Documentation

#define PyDateTime_DELTA_GET_DAYS (   o)    (((PyDateTime_Delta*)o)->days)

Definition at line 21 of file chrono.h.

#define PyDateTime_DELTA_GET_MICROSECONDS (   o)    (((PyDateTime_Delta*)o)->microseconds)

Definition at line 27 of file chrono.h.

#define PyDateTime_DELTA_GET_SECONDS (   o)    (((PyDateTime_Delta*)o)->seconds)

Definition at line 24 of file chrono.h.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:28