FOSSology  4.4.0
Open Source License Compliance by Open Source Software
libfossUtils.hpp
Go to the documentation of this file.
1 /*
2  SPDX-FileCopyrightText: © 2014-2015 Siemens AG
3 
4  SPDX-License-Identifier: GPL-2.0-only
5 */
6 #ifndef LIBFOSS_UTILS_HPP_
7 #define LIBFOSS_UTILS_HPP_
8 
9 #include <unicode/unistr.h>
10 
16 namespace fo
17 {
18  unsigned long stringToUnsignedLong(const char* string);
19  icu::UnicodeString recodeToUnicode(const std::string &input);
20 }
21 
22 #endif
fo namespace holds the FOSSology library functions.
unsigned long stringToUnsignedLong(const char *string)
Definition: libfossUtils.cc:20
icu::UnicodeString recodeToUnicode(const std::string &input)
Definition: libfossUtils.cc:32