2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
13 static uint32
HashValue(const char* string
);
14 static uint32
HashValue(const BString
& string
);
18 /*static*/ inline uint32
19 StringUtils::HashValue(const BString
& string
)
21 return HashValue(string
.String());
25 #endif // STRING_UTILS_H