#include "std.h"
#include <pwd.h>
#include <time.h>
#include <unistd.h>
#include <algorithm>
#include <fstream>
#include <sstream>
 
Go to the source code of this file.
 | 
| 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  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void Log  | 
          ( | 
          std::string  | 
          msg | ) | 
           | 
        
      
 
 
      
        
          | std::vector<std::string> split  | 
          ( | 
          const std::string &  | 
          text,  | 
        
        
           | 
           | 
          char  | 
          sep  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | float stof  | 
          ( | 
          std::string  | 
          st | ) | 
           | 
        
      
 
 
      
        
          | std::string trim  | 
          ( | 
          const std::string &  | 
          s | ) | 
           |