Interface for all FlowEngine objects with an editable name.
More...
#include <NamedObjectInterface.h>
Interface for all FlowEngine objects with an editable name.
◆ ~NamedObjectInterface()
virtual FLE_DLL FlowEngine::NamedObjectInterface::~NamedObjectInterface |
( |
| ) |
|
|
virtualdefault |
Default virtual destructor.
◆ getName()
virtual FLE_DLL Result FlowEngine::NamedObjectInterface::getName |
( |
StringBuffer |
outName | ) |
const |
|
pure virtual |
- Returns
- the length of the name of this entity.
- Parameters
-
outName | a buffer that receives the name of the entity. Must be at least getNameLength() long. |
- Returns
- One of the following result codes:
◆ getNameLength()
virtual FLE_DLL Size FlowEngine::NamedObjectInterface::getNameLength |
( |
| ) |
const |
|
pure virtual |
- Returns
- the length of the name of this entity.
◆ setName()
Set the name of this entity.
- Parameters
-
name | a constant string buffer containing the name of the entity |
- Returns
- One of the following result codes: