FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Data base handler for OJO. More...
#include "OjosDatabaseHandler.hpp"
Go to the source code of this file.
Functions | |
bool | hasEnding (string const &firstString, string const &ending) |
Data base handler for OJO.
Definition in file OjosDatabaseHandler.cc.
bool hasEnding | ( | string const & | firstString, |
string const & | ending | ||
) |
Helper function to check if a string ends with other string.
firstString | The string to be checked |
ending | The ending string |
Definition at line 128 of file OjosDatabaseHandler.cc.