ht's Scheme Interpreter  1.0
a simplified scheme interpreter implementation
strutility.hpp File Reference
#include <string>
#include <cstddef>
Include dependency graph for strutility.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool notSpecialChar (const std::string &s, size_t pos)
 
bool isChar (const std::string &s, size_t pos, char c)
 
std::string char2Str (char c)
 
int char2int (char c)
 

Function Documentation

int char2int ( char  c)
inline

Definition at line 8 of file strutility.hpp.

std::string char2Str ( char  c)
inline

Definition at line 7 of file strutility.hpp.

bool isChar ( const std::string &  s,
size_t  pos,
char  c 
)
inline

Definition at line 6 of file strutility.hpp.

bool notSpecialChar ( const std::string &  s,
size_t  pos 
)
inline

Definition at line 5 of file strutility.hpp.