ARB
Classes | Macros | Functions
tools.h File Reference
#include "types.h"
#include <cctype>
#include <algorithm>
Include dependency graph for tools.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  StringParser
 

Macros

#define CURRENT_REST   std::string(pos, end).c_str()
 

Functions

void appendSpaced (std::string &str, const std::string &toAppend)
 

Macro Definition Documentation

#define CURRENT_REST   std::string(pos, end).c_str()

Function Documentation

void appendSpaced ( std::string str,
const std::string toAppend 
)
inline

Definition at line 24 of file tools.h.