Bifrost SDK
Bifrost SDK documentation
BifrostGraph::Executor::Watchpoint::Sorter Struct Reference

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
 

Detailed Description

Structure that holds the sorting settings for getIndices.

Definition at line 364 of file Watchpoint.h.

Member Enumeration Documentation

◆ Order

Enumerator
eAscending 
eDescending 

Definition at line 365 of file Watchpoint.h.

Constructor & Destructor Documentation

◆ Sorter() [1/4]

BifrostGraph::Executor::Watchpoint::Sorter::Sorter ( )
inline

Definition at line 367 of file Watchpoint.h.

◆ Sorter() [2/4]

BifrostGraph::Executor::Watchpoint::Sorter::Sorter ( Order  order)
inlineexplicit

Definition at line 368 of file Watchpoint.h.

◆ Sorter() [3/4]

BifrostGraph::Executor::Watchpoint::Sorter::Sorter ( Order  order,
Field  field 
)
inlineexplicit

Definition at line 369 of file Watchpoint.h.

◆ Sorter() [4/4]

BifrostGraph::Executor::Watchpoint::Sorter::Sorter ( Order  order,
Amino::String  elementName 
)
inlineexplicit

Definition at line 370 of file Watchpoint.h.

Member Data Documentation

◆ m_elementName

Amino::String BifrostGraph::Executor::Watchpoint::Sorter::m_elementName

Definition at line 375 of file Watchpoint.h.

◆ m_field

Field BifrostGraph::Executor::Watchpoint::Sorter::m_field

Definition at line 374 of file Watchpoint.h.

◆ m_order

Order BifrostGraph::Executor::Watchpoint::Sorter::m_order

Definition at line 373 of file Watchpoint.h.