FirteX-高性能全文索引和检索平台

API Documentation


首页 | 名字空间列表 | 类继承关系 | 组合类型列表 | $(BL\录(B | 文件列表 | 名字空间成员 | 组合类型成员 | 文件成员

firtex::utility::CDateTimeSpan类参考

#include <DateTime.h>

所有成员的列表。

公有成员

 CDateTimeSpan () throw ()
 CDateTimeSpan (int64_t time) throw ()
 CDateTimeSpan (int nDays, int nHours, int nMins, int nSecs) throw ()
int64_t getDays () const throw ()
int64_t getTotalHours () const throw ()
int64_t getHours () const throw ()
int64_t getTotalMinutes () const throw ()
int64_t getMinutes () const throw ()
int64_t getTotalSeconds () const throw ()
int64_t getSeconds () const throw ()
int64_t getSpan () const throw ()
CDateTimeSpan operator+ (CDateTimeSpan span) const throw ()
CDateTimeSpan operator- (CDateTimeSpan span) const throw ()
CDateTimeSpanoperator+= (CDateTimeSpan span) throw ()
CDateTimeSpanoperator-= (CDateTimeSpan span) throw ()
bool operator== (CDateTimeSpan span) const throw ()
bool operator!= (CDateTimeSpan span) const throw ()
bool operator< (CDateTimeSpan span) const throw ()
bool operator> (CDateTimeSpan span) const throw ()
bool operator<= (CDateTimeSpan span) const throw ()
bool operator>= (CDateTimeSpan span) const throw ()


构造及析构函数文档

firtex::utility::CDateTimeSpan::CDateTimeSpan  )  throw ()
 

firtex::utility::CDateTimeSpan::CDateTimeSpan int64_t  time  )  throw ()
 

firtex::utility::CDateTimeSpan::CDateTimeSpan int  nDays,
int  nHours,
int  nMins,
int  nSecs
throw ()
 


成员函数文档

int64_t firtex::utility::CDateTimeSpan::getDays  )  const throw ()
 

int64_t firtex::utility::CDateTimeSpan::getHours  )  const throw ()
 

int64_t firtex::utility::CDateTimeSpan::getMinutes  )  const throw ()
 

int64_t firtex::utility::CDateTimeSpan::getSeconds  )  const throw ()
 

int64_t firtex::utility::CDateTimeSpan::getSpan  )  const throw ()
 

int64_t firtex::utility::CDateTimeSpan::getTotalHours  )  const throw ()
 

int64_t firtex::utility::CDateTimeSpan::getTotalMinutes  )  const throw ()
 

int64_t firtex::utility::CDateTimeSpan::getTotalSeconds  )  const throw ()
 

bool firtex::utility::CDateTimeSpan::operator!= CDateTimeSpan  span  )  const throw ()
 

CDateTimeSpan firtex::utility::CDateTimeSpan::operator+ CDateTimeSpan  span  )  const throw ()
 

CDateTimeSpan& firtex::utility::CDateTimeSpan::operator+= CDateTimeSpan  span  )  throw ()
 

CDateTimeSpan firtex::utility::CDateTimeSpan::operator- CDateTimeSpan  span  )  const throw ()
 

CDateTimeSpan& firtex::utility::CDateTimeSpan::operator-= CDateTimeSpan  span  )  throw ()
 

bool firtex::utility::CDateTimeSpan::operator< CDateTimeSpan  span  )  const throw ()
 

bool firtex::utility::CDateTimeSpan::operator<= CDateTimeSpan  span  )  const throw ()
 

bool firtex::utility::CDateTimeSpan::operator== CDateTimeSpan  span  )  const throw ()
 

bool firtex::utility::CDateTimeSpan::operator> CDateTimeSpan  span  )  const throw ()
 

bool firtex::utility::CDateTimeSpan::operator>= CDateTimeSpan  span  )  const throw ()
 


该类的文档由以下文件生成:

http://www.firtex.org http://www.sourceforge.net/projects/firtex