PrimitivesPriority class represents runtime info attribute that can be used for plugins specific primitive choice. More...
#include <primitives_priority_attribute.hpp>
Public Member Functions | |
| PrimitivesPriority ()=default | |
| PrimitivesPriority (const std::string &primitives_priority) | |
| Constructs a new object consisting of a single name *. More... | |
| std::string | getPrimitivesPriority () const |
| return string with primitives priority value | |
PrimitivesPriority class represents runtime info attribute that can be used for plugins specific primitive choice.
|
default |
A default constructor
|
inlineexplicit |
Constructs a new object consisting of a single name *.
| [in] | name | The primitives priority value |