PDF
AuboStudio SDK  0.6.3
arcs::aubo_scope::ProgramNode Class Reference

ProgramNode This interface represents AuboScope program nodes. More...

#include <program_node.h>

Inheritance diagram for arcs::aubo_scope::ProgramNode:

Public Member Functions

 ProgramNode (ProgramNode &f)
 ProgramNode (ProgramNode &&f)
virtual ~ProgramNode ()
ProgramNodeContributionPtr getProgramNodeContribution ()
 Get the program node contribution.

Protected Member Functions

 ProgramNode ()

Private Attributes

void * d_ { nullptr }

Friends

class DataSwitch

Detailed Description

ProgramNode This interface represents AuboScope program nodes.

The program nodes can be created using ProgramNodeFactory.

Definition at line 25 of file program_node.h.

Constructor & Destructor Documentation

◆ ProgramNode() [1/3]

arcs::aubo_scope::ProgramNode::ProgramNode ( ProgramNode & f)

References ProgramNode().

Referenced by ProgramNode(), and ProgramNode().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ProgramNode() [2/3]

arcs::aubo_scope::ProgramNode::ProgramNode ( ProgramNode && f)

References ProgramNode().

Here is the call graph for this function:

◆ ~ProgramNode()

virtual arcs::aubo_scope::ProgramNode::~ProgramNode ( )
virtual

◆ ProgramNode() [3/3]

arcs::aubo_scope::ProgramNode::ProgramNode ( )
protected

Member Function Documentation

◆ getProgramNodeContribution()

ProgramNodeContributionPtr arcs::aubo_scope::ProgramNode::getProgramNodeContribution ( )

Get the program node contribution.

Not recommended to call ProgramNodeContribution::generateScript directly, use ScriptWritter::writeChildren instead.

Returns
the ProgramNodeContribution

◆ DataSwitch

friend class DataSwitch
friend

Definition at line 51 of file program_node.h.

References DataSwitch.

Referenced by DataSwitch.

Member Data Documentation

◆ d_

void* arcs::aubo_scope::ProgramNode::d_ { nullptr }
private

Definition at line 52 of file program_node.h.


The documentation for this class was generated from the following file: