template<class POL, class DAT = PatternDataAnchor>
class steam::engine::NodeBuilder< POL, DAT >
Definition at line 134 of file node-builder.hpp.
|
template<typename... INIT> |
| NodeBuilder (StrView nodeSymbol, INIT &&...alloInit) |
|
template<class BUILD , uint siz, class D0 > |
| NodeBuilder (NodeBuilder< POL, D0 > &&pred, SizMark< siz >, BUILD &&entryBuilder) |
|
NodeBuilder | addLead (ProcNode const &lead) |
|
Connectivity | build () |
| Terminal: complete the ProcNode Connectivity defined thus far.
|
|
PortBuilderRoot< POL, DAT > | preparePort () |
| recursively enter detailed setup of a single processing port More...
|
|
template<template< typename > class ALO = std::void_t, typename... INIT> |
auto | withAllocator (INIT &&...alloInit) |
| cross-builder function to specify usage of a dedicated node allocator More...
|
|
|
template<class P , class D0 > |
class | NodeBuilder |
|
|
LeadRefs | leads_ |
|
DAT | patternData_ |
|
StrView | symbol_ |
|
◆ preparePort()
recursively enter detailed setup of a single processing port
Definition at line 268 of file node-builder.hpp.
◆ withAllocator()
auto withAllocator |
( |
INIT &&... |
alloInit | ) |
|
|
inline |
cross-builder function to specify usage of a dedicated node allocator
- Template Parameters
-
ALO | (optional) spec for the allocator to use |
INIT | (optional) initialisation arguments for the allocator |
Definition at line 201 of file node-builder.hpp.
The documentation for this class was generated from the following file: