AuboCaps
0.6.0
|
#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 () |
不推荐用户调用 ProgramNodeContribution::generateScript 使用 ScriptWritter::writeChildren More... | |
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 | ) |
arcs::aubo_scope::SwitchNode::SwitchNode | ( | SwitchNode && | f | ) |
|
virtual |
|
private |
|
friend |
Definition at line 18 of file switch_node.h.
|
private |
Definition at line 20 of file switch_node.h.