AuboStudio SDK  0.6.3
arcs::aubo_scope::CommentNode类 参考

#include <comment_node.h>

类 arcs::aubo_scope::CommentNode 继承关系图:
arcs::aubo_scope::CommentNode 的协作图:

Public 成员函数

 CommentNode (CommentNode &f)
 CommentNode (CommentNode &&f)
virtual ~CommentNode ()
std::string getComment () const
void setComment (const std::string &param_string)
Public 成员函数 继承自 arcs::aubo_scope::ProgramNode
 ProgramNode (ProgramNode &f)
 ProgramNode (ProgramNode &&f)
virtual ~ProgramNode ()
ProgramNodeContributionPtr getProgramNodeContribution ()
 不推荐用户调用 ProgramNodeContribution::generateScript 使用 ScriptWritter::writeChildren

Private 成员函数

 CommentNode ()

Private 属性

void * d_ { nullptr }

友元

class DataSwitch

额外继承的成员函数

Protected 成员函数 继承自 arcs::aubo_scope::ProgramNode
 ProgramNode ()

详细描述

在文件 comment_node.h11 行定义.

构造及析构函数说明

◆ CommentNode() [1/3]

arcs::aubo_scope::CommentNode::CommentNode ( CommentNode & f)

引用了 CommentNode().

被这些函数引用 CommentNode() , 以及 CommentNode().

函数调用图:
这是这个函数的调用关系图:

◆ CommentNode() [2/3]

arcs::aubo_scope::CommentNode::CommentNode ( CommentNode && f)

引用了 CommentNode().

函数调用图:

◆ ~CommentNode()

virtual arcs::aubo_scope::CommentNode::~CommentNode ( )
virtual

◆ CommentNode() [3/3]

arcs::aubo_scope::CommentNode::CommentNode ( )
private

成员函数说明

◆ getComment()

std::string arcs::aubo_scope::CommentNode::getComment ( ) const
返回
The text of the Comment node.

◆ setComment()

void arcs::aubo_scope::CommentNode::setComment ( const std::string & param_string)
  • Set the text for the Comment node.
    参数
    commentThe Comment for the node.
    返回
    This node.

◆ DataSwitch

friend class DataSwitch
friend

在文件 comment_node.h32 行定义.

引用了 DataSwitch.

被这些函数引用 DataSwitch.

类成员变量说明

◆ d_

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

在文件 comment_node.h34 行定义.


该类的文档由以下文件生成: