A basic layout.
More...
#include <WatchpointLayout.h>
|
| virtual void | deleteThis () |
| | Function used by the smart pointer to destroy the instance. More...
|
| |
A basic layout.
Definition at line 140 of file WatchpointLayout.h.
◆ ~WatchpointLayout()
| virtual BifrostGraph::Executor::WatchpointLayout::~WatchpointLayout |
( |
| ) |
|
|
virtual |
◆ WatchpointLayout()
| BifrostGraph::Executor::WatchpointLayout::WatchpointLayout |
( |
Amino::Type const & |
type, |
|
|
Amino::TypeId const & |
typeId |
|
) |
| |
|
protected |
◆ create() [1/2]
Create a new WatchpointLayout.
- Parameters
-
| type | the datamodel type of the layout |
| typeId | the typeId of the layout |
- Returns
- a smart pointer to the new layout.
◆ create() [2/2]
Create a new WatchpointLayout.
- Parameters
-
| factory | The layout factory. |
| typeId | the typeId of the layout |
- Returns
- a smart pointer to the new layout.
◆ deleteThis()
| virtual void BifrostGraph::Executor::WatchpointLayout::deleteThis |
( |
| ) |
|
|
privatevirtual |
◆ getType()
| Amino::Type const & BifrostGraph::Executor::WatchpointLayout::getType |
( |
| ) |
const |
Get the type the layout is based on.
◆ getTypeId()
| Amino::TypeId const & BifrostGraph::Executor::WatchpointLayout::getTypeId |
( |
| ) |
const |
Get the typeId the layout is based on.
◆ getTypeKind()
| Amino::String const & BifrostGraph::Executor::WatchpointLayout::getTypeKind |
( |
| ) |
const |
Get the layout's kind name.
- Note
- This corresponds to the type's 'type_kind' metadata.
◆ getTypeName()
| Amino::String const & BifrostGraph::Executor::WatchpointLayout::getTypeName |
( |
| ) |
const |
Get the fully qualified type name the layout is based on.