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()

Definition at line 10 of file std.h.

Typedef Documentation

typedef unsigned long long int uint64

Definition at line 12 of file std.h.

Function Documentation

std::string currentDate ( )

Definition at line 30 of file std.cc.

std::string gethome ( )

Definition at line 80 of file std.cc.

std::string itos ( uint64  )

Definition at line 25 of file std.cc.

void Log ( std::string  )

Definition at line 91 of file std.cc.

std::vector<std::string> split ( const std::string &  text,
char  sep = ' ' 
)

Definition at line 42 of file std.cc.

float stof ( std::string  )

Definition at line 59 of file std.cc.

uint64 stoi ( std::string  )

Definition at line 11 of file std.cc.

std::string trim ( const std::string &  )

Definition at line 67 of file std.cc.