STLL  0.0
Simple Text Layouting Library
hyphendictionaries.h
Go to the documentation of this file.
1 /*
2  * STLL Simple Text Layouting Library
3  *
4  * STLL is the legal property of its developers, whose
5  * names are listed in the COPYRIGHT file, which is included
6  * within the source distribution.
7  *
8  * This program is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public License
10  * as published by the Free Software Foundation; either version 2.1
11  * of the License, or (at your option) any later version.
12 
13  * This program 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 General Public License for more details.
17 
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21  */
22 #ifndef STLL_HYPHENDICTIONARY_H
23 #define STLL_HYPHENDICTIONARY_H
24 
25 #include <cstddef>
26 #include <string>
27 #include <istream>
28 #include <vector>
29 
34 namespace STLL {
35 
50 void addHyphenDictionary(const std::vector<std::string> & langs, std::istream & str);
51 
54 void addHyphenDictionary(const std::vector<std::string> & langs, std::istream && str);
55 
56 }
57 
58 #endif
The namespace for the library. Every function and class is within this namespace. ...
Definition: color.h:31
void addHyphenDictionary(const std::vector< std::string > &langs, std::istream &str)
register a hyphen dictionary for a given set of languages