| 
    farm-ng-core
    
   | 
 


Public Member Functions | |
| OutputTestComponent (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 | |
| Output< int & > | out_int | 
Additional Inherited Members | |
  Protected Member Functions inherited from farm_ng::Component | |
| virtual void | onReset (Void const &) | 
| Placeholder for a component reset callback.  More... | |
      
  | 
  inline | 
| Output<int&> OutputTestComponent::out_int |