Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
is_identifier.h
Go to the documentation of this file.
1
/////////////////////////////////////////////////////////////////////////////
2
//
3
// is_identifier.h
4
//
5
// Rémi Coulom
6
//
7
// March, 2015
8
//
9
/////////////////////////////////////////////////////////////////////////////
10
#ifndef is_identifier_declared
11
#define is_identifier_declared
12
13
#include <string>
14
15
namespace
joedb
16
{
17
constexpr
bool
is_letter
(
char
c);
18
constexpr
bool
is_number
(
char
c);
19
bool
is_identifier
(
const
std::string &s);
20
}
21
22
#endif
joedb
Definition
Blob.h:7
joedb::is_identifier
bool is_identifier(const std::string &s)
Definition
is_identifier.cpp:18
joedb::is_letter
constexpr bool is_letter(char c)
Definition
is_identifier.cpp:4
joedb::is_number
constexpr bool is_number(char c)
Definition
is_identifier.cpp:11
Generated by
1.9.8