Hikyuu
| 命名空间 | 宏定义 | 类型定义 | 函数
Datetime.h 文件参考
#include <string>
#include <vector>
#include <boost/date_time/posix_time/posix_time.hpp>
Datetime.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  hku::Datetime
 日期类型 更多...
 

命名空间

 hku
 Hikyuu核心命名空间,包含股票数据的管理、指标实现、交易系统框架等
 

宏定义

#define HKU_API
 

类型定义

typedef std::vector< Datetime > hku::DatetimeList
 日期列表 更多...
 

函数

HKU_API std::ostream & hku::operator<< (std::ostream &out, const Datetime &d)
 
DatetimeList HKU_API hku::getDateRange (const Datetime &start, const Datetime &end)
 获取指定范围的日历日期列表[start, end),仅仅是日,不含时分秒 更多...
 
bool hku::operator== (const Datetime &, const Datetime &)
 
bool hku::operator!= (const Datetime &, const Datetime &)
 
bool hku::operator> (const Datetime &, const Datetime &)
 
bool hku::operator< (const Datetime &, const Datetime &)
 
bool hku::operator>= (const Datetime &, const Datetime &)
 
bool hku::operator<= (const Datetime &, const Datetime &)
 

宏定义说明

#define HKU_API