See More

/* * ========================================================================= * * FileName: c2python_swig.cpp * * Description: * * Version: 1.0 * Created: 2018-02-26 13:31:15 * Last Modified: 2018-02-27 10:14:02 * Revision: none * Compiler: gcc * * Author: zt () * Organization: * * ========================================================================= */ #include "c2python_swig.h" c2python_swig::c2python_swig() { } c2python_swig::~c2python_swig() { } void c2python_swig::test ( std::string a ) { std::cout << a << std::endl; }