File Index
Symbol Index
#include "RegexData.h"
namespace
{
namespace
{
::
()
:begin(
L'\0'
)
,end(
L'\0'
)
{
}
::
(
wchar_t
,
wchar_t
)
:begin(
)
,end(
)
{
}
bool
::
(
)
const
{
return
<
.
;
}
bool
::
(
)
const
{
return
*
this
|| *
this
==
;
}
bool
::
(
)
const
{
return
.
<
;
}
bool
::
(
)
const
{
return
*
this
|| *
this
==
;
}
bool
::
(
)
const
{
return
==
.
&&
==
.
;
}
bool
::
(
)
const
{
return
!=
.
||
.
!=
;
}
bool
::
(
wchar_t
)
const
{
return
<
;
}
bool
::
(
wchar_t
)
const
{
return
<=
;
}
bool
::
(
wchar_t
)
const
{
return
<
;
}
bool
::
(
wchar_t
)
const
{
return
<=
;
}
bool
::
(
wchar_t
)
const
{
return
<=
&&
<=
;
}
bool
::
(
wchar_t
)
const
{
return
<
||
<
;
}
}
}