ddc
string_tokenizer.h
Go to the documentation of this file.
1 // -*- Mode: C++ -*-
2 //
3 // DDC originally by Alexey Sokirko
4 // Changes and modifications 2011-2015 by Bryan Jurish
5 //
6 // This file is part of DDC.
7 //
8 // DDC is free software: you can redistribute it and/or modify
9 // it under the terms of the GNU Lesser General Public License as published by
10 // the Free Software Foundation, either version 3 of the License, or
11 // (at your option) any later version.
12 //
13 // DDC is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 // GNU Lesser General Public License for more details.
17 //
18 // You should have received a copy of the GNU Lesser General Public License
19 // along with DDC. If not, see <http://www.gnu.org/licenses/>.
20 //
21 
22 //-- StringTokenizer now lives in ../CommonLib/ddcString.*
23 #include "ddcString.h"
24 
25 /*--- emacs style variables ---
26  * Local Variables:
27  * mode: C++
28  * c-file-style: "ellemtel"
29  * c-basic-offset: 4
30  * tab-width: 8
31  * indent-tabs-mode: nil
32  * End:
33  */