|
Bifrost SDK
Bifrost SDK documentation
|
Structure that holds the sorting settings for getIndices. More...
#include <Watchpoint.h>
Public Types | |
| enum class | Order : char { eAscending , eDescending } |
Public Member Functions | |
| Sorter () | |
| Sorter (Order order) | |
| Sorter (Order order, Field field) | |
| Sorter (Order order, Amino::String elementName) | |
Public Attributes | |
| Order | m_order |
| Field | m_field |
| Amino::String | m_elementName |
Structure that holds the sorting settings for getIndices.
Definition at line 364 of file Watchpoint.h.
|
strong |
| Enumerator | |
|---|---|
| eAscending | |
| eDescending | |
Definition at line 365 of file Watchpoint.h.
|
inline |
Definition at line 367 of file Watchpoint.h.
|
inlineexplicit |
Definition at line 368 of file Watchpoint.h.
Definition at line 369 of file Watchpoint.h.
|
inlineexplicit |
Definition at line 370 of file Watchpoint.h.
| Amino::String BifrostGraph::Executor::Watchpoint::Sorter::m_elementName |
Definition at line 375 of file Watchpoint.h.
| Field BifrostGraph::Executor::Watchpoint::Sorter::m_field |
Definition at line 374 of file Watchpoint.h.
| Order BifrostGraph::Executor::Watchpoint::Sorter::m_order |
Definition at line 373 of file Watchpoint.h.