#include "stdafx.h"
#include "SpdVerTable.h"
#include "spdDbConnection.h"
#include "spdGlobals.h"
#include "spdLogger.h"
Functions | |
template<class T> | |
std::string | toString (const T &value) |
template<class T> | |
bool | compareVectors (const std::vector< T > &v1, const std::vector< T > &v2) |
std::string | formatValue (const std::string &value, spdDbTypes type) |
bool compareVectors | ( | const std::vector< T > & | v1, | |
const std::vector< T > & | v2 | |||
) | [inline] |
std::string formatValue | ( | const std::string & | value, | |
spdDbTypes | type | |||
) |
std::string toString | ( | const T & | value | ) | [inline] |