A function group representative based on a manifest. More...
#include <function_group.h>
Public Member Functions | |
FunctionGroup (const FunctionGroup &other)=delete | |
FunctionGroup (FunctionGroup &&other) | |
FunctionGroup & | operator= (const FunctionGroup &other)=delete |
FunctionGroup & | operator= (FunctionGroup &&other) |
const core::InstanceSpecifier & | GetInstance () const noexcept |
Get the instance specifier. More... | |
bool | operator== (const FunctionGroup &other) const noexcept |
bool | operator!= (const FunctionGroup &other) const noexcept |
Static Public Member Functions | |
static core::Result< FunctionGroup > | Create (std::string metaModelIdentifier) |
FunctionGroup factory. More... | |
A function group representative based on a manifest.
|
static |
FunctionGroup factory.
metaModelIdentifier | Function group manifest |
|
noexcept |
Get the instance specifier.