ESP-IDF
OP_CLASS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OP_CLASS
OP_CLASS macro
Syntax
Show:
Summary
Declaration
from
arg_rex.c:331
#define
OP_CLASS
(
MAX_CHAR
+
6
)
Examples
References
from
examples
Code
Location
#define
OP_CLASS
(
MAX_CHAR
+
6
)
arg_rex.c:331
ret
=
trex_newnode
(
exp
,
OP_CLASS
)
;
arg_rex.c:506
case
OP_CLASS
:
arg_rex.c:881
if
(
trex_matchclass
(
exp
,
&
exp
->
_nodes
[
node
->
left
]
,
*
str
)
?
(
type
==
OP_CLASS
?
TRex_True
:
TRex_False
)
arg_rex.c:882
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out