| Fail2abuseipdb
    A simple application for converting fail2ban's jail output to an abuseipdb-compatible CSV | 
Contains the full implementation of an iterator-based string splitter based on an answer provided by StackOverflow user Calmarius. More...
#include <string>

Go to the source code of this file.
| Data Structures | |
| struct | StringSplit | 
| Splits a string into tokens, usable in an iterator loop, based on a delimiter.  More... | |
| struct | StringSplit::Iterator | 
| Simple implementation of an iterator usable in a iterative for-loop.  More... | |
Contains the full implementation of an iterator-based string splitter based on an answer provided by StackOverflow user Calmarius.
Definition in file string_splitter.hpp.