Initial submit
This commit is contained in:
20
tools.h
20
tools.h
@@ -1,17 +1,19 @@
|
||||
#ifndef YP_LIB_TOOLS_H
|
||||
#define YP_LIB_TOOLS_H
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace Yp {
|
||||
namespace Lib {
|
||||
namespace Yc {
|
||||
namespace Lib {
|
||||
|
||||
class Tools
|
||||
{
|
||||
public:
|
||||
Tools();
|
||||
};
|
||||
class Tools
|
||||
{
|
||||
public:
|
||||
Tools();
|
||||
static std::string generateRandomString(size_t length = 16);
|
||||
};
|
||||
|
||||
} // namespace Lib
|
||||
} // namespace Lib
|
||||
} // namespace Yp
|
||||
|
||||
#endif // YP_LIB_TOOLS_H
|
||||
#endif // YP_LIB_TOOLS_H
|
||||
|
||||
Reference in New Issue
Block a user