vnpy/binding/generator/templates/class.cpp

14 lines
251 B
C++
Raw Normal View History

2019-01-22 10:15:47 +00:00
#include <iostream>
#include <string>
#include <pybind11/pybind11.h>
#include "dispatcher.hpp"
#include "property_helper.hpp"
#include "wrapper_helper.hpp"
#include "wrappers.hpp"
#include "class_generators.h"
$includes
$class_generator_definition