|
AuboStudio SDK
0.6.3
|
|
|
|
|
#include <switch_node.h>


Public Member Functions | |
| SwitchNode (SwitchNode &f) | |
| SwitchNode (SwitchNode &&f) | |
| virtual | ~SwitchNode () |
| Public Member Functions inherited from arcs::aubo_scope::ProgramNode | |
| ProgramNode (ProgramNode &f) | |
| ProgramNode (ProgramNode &&f) | |
| virtual | ~ProgramNode () |
| ProgramNodeContributionPtr | getProgramNodeContribution () |
| Get the program node contribution. | |
Private Member Functions | |
| SwitchNode () | |
Private Attributes | |
| void * | d_ { nullptr } |
Friends | |
| class | DataSwitch |
Additional Inherited Members | |
| Protected Member Functions inherited from arcs::aubo_scope::ProgramNode | |
| ProgramNode () | |
Definition at line 10 of file switch_node.h.
| arcs::aubo_scope::SwitchNode::SwitchNode | ( | SwitchNode & | f | ) |
References SwitchNode().
Referenced by SwitchNode(), and SwitchNode().


| arcs::aubo_scope::SwitchNode::SwitchNode | ( | SwitchNode && | f | ) |
|
virtual |
|
private |
|
friend |
|
private |
Definition at line 20 of file switch_node.h.