OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
pyopentrep.cpp File Reference
#include <boost/python.hpp>
#include <cassert>
#include <stdexcept>
#include <fstream>
#include <sstream>
#include <string>
#include <list>
#include <vector>
#include <boost/filesystem.hpp>
#include <opentrep/OPENTREP_Service.hpp>
#include <opentrep/OutputFormat.hpp>
#include <opentrep/Location.hpp>
#include <opentrep/CityDetails.hpp>
#include <opentrep/bom/BomJSONExport.hpp>
#include <opentrep/bom/LocationExchange.hpp>

Go to the source code of this file.

Classes

struct  OPENTREP::OpenTrepSearcher
 API wrapper around the OpenTREP C++ API, so that Python scripts can use it seamlessly. More...
 

Namespaces

namespace  OPENTREP
 

Functions

 BOOST_PYTHON_MODULE (pyopentrep)
 

Function Documentation

◆ BOOST_PYTHON_MODULE()