|
Bifrost SDK
Bifrost SDK documentation
|
Structure that holds the filtering settings for getIndices. More...
#include <Watchpoint.h>
Public Types | |
| enum class | Conjunction : char { eAnd , eOr } |
| enum class | Operation : char { eLess , eLessOrEqual , eEqual , eNotEqual , eGreaterOrEqual , eGreater , eIsInfinite , eIsNotANumber , eSubFilters } |
| using | Filters = Amino::Array< Filter > |
Public Member Functions | |
| Filter (Conjunction conjunction, Operation operation, Amino::Any value) | |
| Filter (Conjunction conjunction, Operation operation, Amino::String elementName, Amino::Any elementValue) | |
| Filter (Conjunction conjunction, Operation operation, Field field, Amino::Any value) | |
| Filter (Conjunction conjunction, Filters subFilters) | |
| Filter (Operation operation, Amino::Any value) | |
| Filter (Operation operation, Amino::String elementName, Amino::Any elementValue) | |
| Filter (Operation operation, Field field, Amino::Any value) | |
| Filter (Filters subFilters) | |
Public Attributes | |
| Conjunction | m_conjunction |
| Operation | m_operation |
| Field | m_field |
| Amino::Any | m_value |
| Amino::String | m_elementName |
| Filters | m_subFilters |
Structure that holds the filtering settings for getIndices.
Definition at line 379 of file Watchpoint.h.
Definition at line 380 of file Watchpoint.h.
|
strong |
| Enumerator | |
|---|---|
| eAnd | |
| eOr | |
Definition at line 382 of file Watchpoint.h.
|
strong |
| Enumerator | |
|---|---|
| eLess | |
| eLessOrEqual | |
| eEqual | |
| eNotEqual | |
| eGreaterOrEqual | |
| eGreater | |
| eIsInfinite | |
| eIsNotANumber | |
| eSubFilters | |
Definition at line 383 of file Watchpoint.h.
|
inlineexplicit |
Definition at line 395 of file Watchpoint.h.
|
inlineexplicit |
Definition at line 401 of file Watchpoint.h.
|
inlineexplicit |
Definition at line 410 of file Watchpoint.h.
|
inlineexplicit |
Definition at line 417 of file Watchpoint.h.
|
inlineexplicit |
Definition at line 422 of file Watchpoint.h.
|
inlineexplicit |
Definition at line 424 of file Watchpoint.h.
|
inlineexplicit |
Definition at line 427 of file Watchpoint.h.
|
inlineexplicit |
Definition at line 429 of file Watchpoint.h.
| Conjunction BifrostGraph::Executor::Watchpoint::Filter::m_conjunction |
Definition at line 431 of file Watchpoint.h.
| Amino::String BifrostGraph::Executor::Watchpoint::Filter::m_elementName |
Definition at line 435 of file Watchpoint.h.
| Field BifrostGraph::Executor::Watchpoint::Filter::m_field |
Definition at line 433 of file Watchpoint.h.
| Operation BifrostGraph::Executor::Watchpoint::Filter::m_operation |
Definition at line 432 of file Watchpoint.h.
| Filters BifrostGraph::Executor::Watchpoint::Filter::m_subFilters |
Definition at line 436 of file Watchpoint.h.
| Amino::Any BifrostGraph::Executor::Watchpoint::Filter::m_value |
Definition at line 434 of file Watchpoint.h.