k1a  1.1
Accelerated functionalities for k1lib
StrIterCat.h File Reference
#include <Python.h>
#include <structmember.h>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include "StrIter.h"
Include dependency graph for StrIterCat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  k1a::StrIterCat
 Line iterator from file. More...
 
struct  k1a::PyStrIterCat
 

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)
 

Macro Definition Documentation

◆ PY_SSIZE_T_CLEAN

#define PY_SSIZE_T_CLEAN

Definition at line 2 of file StrIterCat.h.