A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/pythonpp__date_8hpp_source.html below:

NCBI C++ ToolKit: src/dbapi/lang_bind/python/pythonpp/pythonpp_date.hpp Source File

35 #ifndef PYTHONPP_DATE_H 36 #define PYTHONPP_DATE_H 57  return

PyDelta_Check(obj);

61  return

PyDelta_CheckExact(obj);

73  return

PyTZInfo_Check(obj);

77  return

PyTZInfo_CheckExact(obj);

100  CTime

(

int

hour,

int

minute,

int

second,

int

usecond)

108  return

PyDateTime_TIME_GET_HOUR(

Get

());

112  return

PyDateTime_TIME_GET_MINUTE(

Get

());

116  return

PyDateTime_TIME_GET_SECOND(

Get

());

120  return

PyDateTime_TIME_GET_MICROSECOND(

Get

());

126  return

PyTime_Check(obj);

130  return

PyTime_CheckExact(obj);

148  CDate

(

int

year,

int

month,

int

day)

156  return

PyDateTime_GET_YEAR(

Get

());

160  return

PyDateTime_GET_MONTH(

Get

());

164  return

PyDateTime_GET_DAY(

Get

());

170  return

PyDate_Check(obj);

174  return

PyDate_CheckExact(obj);

186

:

CDate

(obj, ownership)

200  CDateTime

(

int

year,

int

month,

int

day,

int

hour = 0,

int

minute = 0,

int

second = 0,

int

usecond = 0)

201

:

CDate

(PyDateTime_FromDateAndTime(year, month, day, hour, minute, second, usecond),

eTakeOwnership

)

208  return

PyDateTime_DATE_GET_HOUR(

Get

());

212  return

PyDateTime_DATE_GET_MINUTE(

Get

());

216  return

PyDateTime_DATE_GET_SECOND(

Get

());

220  return

PyDateTime_DATE_GET_MICROSECOND(

Get

());

226  return

PyDateTime_Check(obj);

230  return

PyDateTime_CheckExact(obj);

static bool HasSameType(PyObject *obj)

CDateTime(int year, int month, int day, int hour=0, int minute=0, int second=0, int usecond=0)

CDateTime(PyObject *obj, EOwnership ownership=eAcquireOwnership)

int GetMicroSecond(void) const

int GetMinute(void) const

CDateTime(const CObject &obj)

static bool HasExactSameType(PyObject *obj)

int GetSecond(void) const

static bool HasSameType(PyObject *obj)

CDate(const CObject &obj)

static bool HasExactSameType(PyObject *obj)

CDate(int year, int month, int day)

CDate(PyObject *obj, EOwnership ownership=eAcquireOwnership)

void Set(PyObject *obj, EOwnership ownership)

Not exception-safe this time.

PyObject * Get(void) const

static bool HasSameType(PyObject *obj)

static bool HasExactSameType(PyObject *obj)

CTimeDelta(int days, int seconds, int useconds)

static bool HasExactSameType(PyObject *obj)

static bool HasSameType(PyObject *obj)

int GetMinute(void) const

int GetSecond(void) const

CTime(int hour, int minute, int second, int usecond)

int GetMicroSecond(void) const

CTime(const CObject &obj)

static bool HasExactSameType(PyObject *obj)

static bool HasSameType(PyObject *obj)

CTime(PyObject *obj, EOwnership ownership=eAcquireOwnership)

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4