LibTgBotPP
|
#include "Telegram/std.h"
#include <pwd.h>
#include <time.h>
#include <unistd.h>
#include <algorithm>
#include <fstream>
#include <sstream>
Functions | |
uint64 | stoi (std::string st) |
std::string | itos (uint64 i) |
std::string | currentDate () |
std::vector< std::string > | split (const std::string &text, char sep) |
float | stof (std::string st) |
std::string | trim (const std::string &s) |
std::string | gethome () |
void | Log (std::string msg) |
std::string currentDate | ( | ) |
std::string gethome | ( | ) |
std::string itos | ( | uint64 | i | ) |
void Log | ( | std::string | msg | ) |
std::vector<std::string> split | ( | const std::string & | text, |
char | sep | ||
) |
float stof | ( | std::string | st | ) |
uint64 stoi | ( | std::string | st | ) |
std::string trim | ( | const std::string & | s | ) |