Function Represents a function shown in the Expression Editor.
More...
#include <function.h>
|
| | Function (Function &f) |
| | Function (Function &&f) |
| | ~Function () |
| std::string | getName () |
| | Returns the name of the function.
|
| std::vector< std::string > | getArguments () |
| | Returns a list of the arguments of the function.
|
| AuboCapInfoPtr | getContributorInfo () |
| | Get information about the AuboCap that added/contributed this function to AuboScope.
|
Function Represents a function shown in the Expression Editor.
See also FunctionModel.
Definition at line 25 of file function.h.
◆ Function() [1/3]
| arcs::aubo_scope::Function::Function |
( |
Function & | f | ) |
|
◆ Function() [2/3]
| arcs::aubo_scope::Function::Function |
( |
Function && | f | ) |
|
◆ ~Function()
| arcs::aubo_scope::Function::~Function |
( |
| ) |
|
◆ Function() [3/3]
| arcs::aubo_scope::Function::Function |
( |
| ) |
|
|
private |
◆ getArguments()
| std::vector< std::string > arcs::aubo_scope::Function::getArguments |
( |
| ) |
|
Returns a list of the arguments of the function.
- Returns
- A list of the arguments of the function.
◆ getContributorInfo()
| AuboCapInfoPtr arcs::aubo_scope::Function::getContributorInfo |
( |
| ) |
|
Get information about the AuboCap that added/contributed this function to AuboScope.
- Returns
- AuboCap information for this function.
◆ getName()
| std::string arcs::aubo_scope::Function::getName |
( |
| ) |
|
Returns the name of the function.
- Returns
- The name of the function.
◆ DataSwitch
◆ d_
| void* arcs::aubo_scope::Function::d_ { nullptr } |
|
private |
The documentation for this class was generated from the following file: