API Guides > ConceptRT 3.x
Output Class Reference

Base class for Outputs. More...

Detailed Description

Base class for Outputs.

+ Inheritance diagram for Output:

Additional Inherited Members

- Public Member Methods inherited from InputOutput
 InputOutput ()
 Default constructor. More...
 
virtual bool SetMapping (IoMappingItem &item)=0
 Sets the IO mapping. More...
 
virtual void Clear ()=0
 Clear the mapping. More...
 
void SetLogicalName (PCChar8 logicalName)
 Sets the IO logical name. More...
 
const BaseStaticStringGetLogicalName () const
 Gets the IO logical name. More...
 
Int32 GetInputOutputIdentifier () const
 Gets the IO auto identifier. More...
 
- Public Member Methods inherited from IInvocable
virtual void Invoke (const DynamicInvocationRequest &request, DynamicInvocationResult &result)=0
 Invokes the object fields and methods. More...