IRC_SERVER
By @hyunjunk (hyunjun2372@gmail.com)
|
#include <string>
#include <sstream>
#include "Core/AnsiColorDefines.hpp"
#include "Core/AttributeDefines.hpp"
Go to the source code of this file.
Namespaces | |
namespace | IRCCore |
Functions | |
void | IRCCore::CoreLog (const std::string &msg) |
void | IRCCore::CoreMemoryLog (const std::string &msg) |
void | IRCCore::CoreMemoryLeakLog (const std::string &msg) |
template<typename T > | |
std::string | IRCCore::ValToString (const T value) |
template<typename T > | |
std::string | IRCCore::ValToStringByHex (const T value) |