ASERStudio::AStorySyntax::AStoryXParameter Class
class ASERStudio::AStorySyntax::AStoryXParameterAStoryXParameter记录AStoryXController解析AStoryX时得到的参数信息. 详情...
| 头文件: | #include <AStoryXParameter> |
| 自以下版本: | ASERStudio 2.0 |
公开成员函数
(自 ASERStudio 2.0 引入) | AStoryXParameter() |
(自 ASERStudio 2.0 引入) | AStoryXParameter(const ASERStudio::AStorySyntax::AStoryXParameter &other) |
(自 ASERStudio 2.0 引入) | AStoryXParameter(ASERStudio::AStorySyntax::AStoryXParameter &&other) |
(自 ASERStudio 2.0 引入) | ~AStoryXParameter() |
(自 ASERStudio 2.0 引入) ASERStudio::AStorySyntax::AStoryXParameter & | operator=(ASERStudio::AStorySyntax::AStoryXParameter &&other) |
(自 ASERStudio 2.0 引入) ASERStudio::AStorySyntax::AStoryXParameter & | operator=(const ASERStudio::AStorySyntax::AStoryXParameter &other) |
详细说明
这个类是由AStoryXController解析AStoryX时得到的参数信息的载体。它包含了参数名称、前缀、分隔符、内容、值等信息。
这个类是只读的,一旦AStoryXController创建它,就不能再更改。
成员函数文档
[since ASERStudio 2.0] AStoryXParameter::AStoryXParameter()
构造函数
这个function 从 ASERStudio 2.0 开始支持。
[since ASERStudio 2.0] AStoryXParameter::AStoryXParameter(const ASERStudio::AStorySyntax::AStoryXParameter &other)
other 另一个AStoryXParameter对象。
复制构造函数
这个function 从 ASERStudio 2.0 开始支持。
[noexcept, since ASERStudio 2.0] AStoryXParameter::AStoryXParameter(ASERStudio::AStorySyntax::AStoryXParameter &&other)
other 另一个AStoryXParameter对象。
移动构造函数
这个function 从 ASERStudio 2.0 开始支持。
[noexcept, since ASERStudio 2.0] AStoryXParameter::~AStoryXParameter()
析构函数
这个function 从 ASERStudio 2.0 开始支持。
[noexcept, since ASERStudio 2.0] ASERStudio::AStorySyntax::AStoryXParameter &AStoryXParameter::operator=(ASERStudio::AStorySyntax::AStoryXParameter &&other)
other 另一个AStoryXParameter对象。
移动赋值运算符
这个function 从 ASERStudio 2.0 开始支持。
[since ASERStudio 2.0] ASERStudio::AStorySyntax::AStoryXParameter &AStoryXParameter::operator=(const ASERStudio::AStorySyntax::AStoryXParameter &other)
other 另一个AStoryXParameter对象。
复制赋值运算符
这个function 从 ASERStudio 2.0 开始支持。