FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
libfossUtils.hpp
Go to the documentation of this file.
1
/*
2
Copyright (C) 2014-2015, Siemens AG
3
4
This program is free software; you can redistribute it and/or
5
modify it under the terms of the GNU General Public License
6
version 2 as published by the Free Software Foundation.
7
8
This program is distributed in the hope that it will be useful,
9
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
GNU General Public License for more details.
12
13
You should have received a copy of the GNU General Public License along
14
with this program; if not, write to the Free Software Foundation, Inc.,
15
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16
*/
17
#ifndef LIBFOSS_UTILS_HPP_
18
#define LIBFOSS_UTILS_HPP_
19
20
#include <unicode/unistr.h>
21
27
namespace
fo
28
{
29
unsigned
long
stringToUnsignedLong
(
const
char
*
string
);
30
icu::UnicodeString
recodeToUnicode
(
const
std::string &input);
31
}
32
33
#endif
fo::stringToUnsignedLong
unsigned long stringToUnsignedLong(const char *string)
Definition:
libfossUtils.cc:31
fo
fo namespace holds the FOSSology library functions.
fo::recodeToUnicode
icu::UnicodeString recodeToUnicode(const std::string &input)
Definition:
libfossUtils.cc:43
src
lib
cpp
libfossUtils.hpp
Generated on Mon Jun 29 2020 12:03:42 for FOSSology by
1.8.11