Hikyuu
命名空间 | 宏定义
DataType.h 文件参考
#include <boost/config.hpp>
#include <stdio.h>
#include <iostream>
#include <list>
#include <memory>
#include <map>
#include <unordered_map>
#include "Log.h"
#include "utilities/Null.h"
#include "datetime/Datetime.h"
DataType.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

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

宏定义

#define HKU_API
 

类型定义

typedef long long hku::hku_int64
 
typedef unsigned long long hku::hku_uint64
 
typedef int hku::hku_int32
 
typedef unsigned hku::hku_uint32
 
typedef char hku::hku_int8
 
typedef unsigned char hku::hku_uint8
 
typedef double hku::price_t
 
typedef std::string hku::string
 
typedef vector< price_t > hku::PriceList
 
typedef vector< string > hku::StringList
 

宏定义说明

#define HKU_API