Pol
Revision:cb584c9
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tokens.cpp
Go to the documentation of this file.
1
8
#include "
tokens.h
"
9
10
11
namespace
Pol
12
{
13
namespace
Clib
14
{
18
template
<>
19
std::string
tostring
(
const
Bscript::BTokenType
& v )
20
{
21
return
tostring
( static_cast<int>( v ) );
22
}
23
27
template
<>
28
std::string
tostring
(
const
Bscript::BTokenId
& v )
29
{
30
return
tostring
( static_cast<int>( v ) );
31
}
32
}
33
}
Pol::Bscript::BTokenType
BTokenType
Definition:
tokens.h:31
Pol::Bscript::BTokenId
BTokenId
Definition:
tokens.h:82
tokens.h
Pol::Clib::tostring
std::string tostring(const Bscript::BTokenType &v)
Definition:
tokens.cpp:19
Pol
Definition:
berror.cpp:12
bscript
tokens.cpp
Generated on Wed Oct 10 2018 02:41:46 for Pol by
1.8.11