k1a  1.1
Accelerated functionalities for k1lib
StrIterCat.cpp File Reference
#include "StrIterCat.h"
#include <Python.h>
#include <structmember.h>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include "utils.h"
Include dependency graph for StrIterCat.cpp:

Go to the source code of this file.

Namespaces

 k1a
 

Macros

#define PY_SSIZE_T_CLEAN
 

Functions

PyObject * k1a::PyStrIterCat_new (std::string fileName)
 Creates a new PyStrIterCat object. More...
 
PyObject * k1a::PyStrIterCat_new (PyTypeObject *type, PyObject *args, PyObject *kwargs)
 
PyObject * k1a::PyStrIterCat_conjugate (PyStrIterCat *self, PyObject *Py_UNUSED(ignored))
 

Variables

PyMethodDef k1a::PyStrIterCat_methods []
 
PyTypeObject k1a::PyStrIterCat_Type
 

Macro Definition Documentation

◆ PY_SSIZE_T_CLEAN

#define PY_SSIZE_T_CLEAN

Definition at line 1 of file StrIterCat.cpp.