Commit 855a588f authored by tavit ohanian's avatar tavit ohanian

remove cgo.opt and vank_gowrap.h from index

parent acb69db9
// #cgo CXXFLAGS: -DPACKAGE_NAME="Vank" -DPACKAGE_TARNAME="vank" -DPACKAGE_VERSION="v0.0.1" -DPACKAGE_STRING="Vank v0.0.1" -DPACKAGE_BUGREPORT="tavit@dms3.io" -DPACKAGE_URL="" -DVANK_STANDALONE=1 -DHAVE_LIBM=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_NAMESPACES=1 -DISNAN_IN_NAMESPACE_STD=1 -DISNAN_IN_NAMESPACE_GNU_CXX=0 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FSEEKO=1 -DHAVE_EXT_ATOMICITY_H=1 -DP_NEEDS_GNU_CXX_NAMESPACE=1 -DHAVE_MKSTEMP=1 -DHAVE_MKSTEMPS=1 -std=c++17 -Werror -Wno-stringop-overflow -g -O3 -I/home/tavit/usr/include -fPIC
// #cgo LDFLAGS: -g -O3 -L/home/tavit/usr/lib -lvank -lz -lpthread -lm
import "C"
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 4.0.2
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
* changes to this file unless you know what you are doing--modify the SWIG
* interface file instead.
* ----------------------------------------------------------------------------- */
// source: interface/vank.i
#ifndef SWIG_vank_go_WRAP_H_
#define SWIG_vank_go_WRAP_H_
class Swig_memory;
class SwigDirector_IndexStatus : public vank::api::IndexStatus
{
public:
SwigDirector_IndexStatus(int swig_p);
virtual ~SwigDirector_IndexStatus();
virtual void status(int code, std::string const &documentPath, std::string const &error, int documentsIndexed, int documentsSeen);
private:
intgo go_val;
Swig_memory *swig_mem;
};
class SwigDirector_IndexDocumentMetaCallback : public vank::api::IndexDocumentMetaCallback
{
public:
SwigDirector_IndexDocumentMetaCallback(int swig_p);
virtual ~SwigDirector_IndexDocumentMetaCallback();
void _swig_upcall_docMetaCallback(int docType, std::string const &docClass, vank::utility::greedy_vector< vank::parse::MetadataPair > metadata) {
vank::api::IndexDocumentMetaCallback::docMetaCallback(docType,docClass,metadata);
}
virtual void docMetaCallback(int docType, std::string const &docClass, vank::utility::greedy_vector< vank::parse::MetadataPair > metadata);
private:
intgo go_val;
Swig_memory *swig_mem;
};
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment