Page MenuHomec4science

split__string_8hh_source.tex
No OneTemporary

File Metadata

Created
Tue, Mar 4, 13:16

split__string_8hh_source.tex

\hypertarget{split__string_8hh_source}{}\doxysection{split\+\_\+string.\+hh}
\begin{DoxyCode}{0}
\DoxyCodeLine{1 \textcolor{preprocessor}{\#include <iostream>}}
\DoxyCodeLine{2 \textcolor{preprocessor}{\#include <string.h>}}
\DoxyCodeLine{3 \textcolor{preprocessor}{\#include <cstring>}}
\DoxyCodeLine{4 \textcolor{preprocessor}{\#include <vector>}}
\DoxyCodeLine{5 \textcolor{preprocessor}{\#include <sstream>}}
\DoxyCodeLine{6 \textcolor{preprocessor}{\#include <fstream>}}
\DoxyCodeLine{7 }
\DoxyCodeLine{8 \textcolor{preprocessor}{\#ifndef SPLIT\_STRING\_H}}
\DoxyCodeLine{9 \textcolor{preprocessor}{\#define SPLIT\_STRING\_H}}
\DoxyCodeLine{10 }
\DoxyCodeLine{11 \textcolor{comment}{//namespace simulation\{}}
\DoxyCodeLine{12 }
\DoxyCodeLine{13 std::vector<std::string> split\_string\_by\_delimiter(\textcolor{keyword}{const} std::string\& s, \textcolor{keywordtype}{char} delimiter);}
\DoxyCodeLine{14 }
\DoxyCodeLine{15 \textcolor{comment}{//\}}}
\DoxyCodeLine{16 }
\DoxyCodeLine{17 \textcolor{preprocessor}{\#endif}}
\end{DoxyCode}

Event Timeline