| Class | Description |
|---|---|
| Clear |
Clears the per-thread map which is used by the Expr function.
|
| ClearAutoDocsInfo | |
| Load |
Load a named value from the per-thread state map.
|
| LoadAutoDocsInfo | |
| LoadDouble |
Load a value from a named thread-local variable, where the variable
name is fixed or a generated variable name from a provided function.
|
| LoadDoubleAutoDocsInfo | |
| LoadFloat |
Load a value from a named thread-local variable, where the variable
name is fixed or a generated variable name from a provided function.
|
| LoadFloatAutoDocsInfo | |
| LoadInteger |
Load a value from a named thread-local variable, where the variable
name is fixed or a generated variable name from a provided function.
|
| LoadIntegerAutoDocsInfo | |
| LoadLong |
Load a value from a named thread-local variable, where the variable
name is fixed or a generated variable name from a provided function.
|
| LoadLongAutoDocsInfo | |
| LoadString |
Load a value from a named thread-local variable, where the variable
name is fixed or a generated variable name from a provided function.
|
| LoadStringAutoDocsInfo | |
| Save |
Save the current input value at this point in the function chain to a thread-local variable name.
|
| SaveAutoDocsInfo | |
| SaveDouble |
Save a value to a named thread-local variable, where the variable
name is fixed or a generated variable name from a provided function.
|
| SaveDoubleAutoDocsInfo | |
| SaveFloat |
Save a value to a named thread-local variable, where the variable
name is fixed or a generated variable name from a provided function.
|
| SaveFloatAutoDocsInfo | |
| SaveInteger |
Save a value to a named thread-local variable, where the variable
name is fixed or a generated variable name from a provided function.
|
| SaveIntegerAutoDocsInfo | |
| SaveLong |
Save a value to a named thread-local variable, where the variable
name is fixed or a generated variable name from a provided function.
|
| SaveLongAutoDocsInfo | |
| SaveString |
Save a value to a named thread-local variable, where the variable
name is fixed or a generated variable name from a provided function.
|
| SaveStringAutoDocsInfo | |
| Show |
Show diagnostic values for the thread-local variable map.
|
| ShowAutoDocsInfo | |
| Swap |
Load a named value from the per-thread state map.
|
| SwapAutoDocsInfo |
Copyright © 2018. All rights reserved.