LibTgBotPP
 All Classes Namespaces Files Functions Variables Typedefs Macros
std.h File Reference
#include <ios>
#include <sstream>
#include <string>
#include <vector>

Go to the source code of this file.

Macros

#define SSTR(x)   static_cast< std::ostringstream & >(( std::ostringstream() << std::dec << x ) ).str()
 

Typedefs

typedef unsigned long long int uint64
 

Functions

uint64 stoi (std::string)
 
std::string itos (uint64)
 
std::string currentDate ()
 
std::vector< std::string > split (const std::string &text, char sep= ' ')
 
float stof (std::string)
 
std::string trim (const std::string &)
 
std::string gethome ()
 
void Log (std::string)
 

Macro Definition Documentation

#define SSTR (   x)    static_cast< std::ostringstream & >(( std::ostringstream() << std::dec << x ) ).str()

Typedef Documentation

typedef unsigned long long int uint64

Function Documentation

std::string currentDate ( )
std::string gethome ( )
std::string itos ( uint64  )
void Log ( std::string  )
std::vector<std::string> split ( const std::string &  text,
char  sep = ' ' 
)
float stof ( std::string  )
uint64 stoi ( std::string  )
std::string trim ( const std::string &  )