|
farm-ng-core
|


Public Member Functions | |
| Printer (Context const &ctx) | |
Public Member Functions inherited from farm_ng::Component | |
| template<class TDerived > | |
| Component (Context const &ctx, std::string scheme, TDerived *, std::string const &path) | |
Default constructor of a context, it gets its own io_context. More... | |
| virtual | ~Component ()=default |
| Virtual destructor for component derived classes. More... | |
| Context | getContext () const |
Returns the owned Context by the component. More... | |
| ContextStrand | getContextStrand () const |
Returns the owned ContextStrand by the component. More... | |
| const Uri & | uri () const |
| Returns the unique uri of the component instance. More... | |
Public Attributes | |
| Input< int > | in_x |
Additional Inherited Members | |
Protected Member Functions inherited from farm_ng::Component | |
| virtual void | onReset (Void const &) |
| Placeholder for a component reset callback. More... | |
|
inline |
| Input<int> farm_ng::Printer::in_x |