Type of the data on the Pin.
More...
|
| operator bool ()=delete |
| Prevent usage: if(pin)
|
|
| operator std::string () const |
| std::string conversion operator
|
|
| operator Value () const |
| Allow switch(Node::Value(type)) and comparisons.
|
|
Type & | operator= (Value v) |
| Assignment operator from Value type.
|
|
constexpr | Type ()=default |
| Default Constructor.
|
|
| Type (const std::string &typeString) |
| Constructor from std::string.
|
|
constexpr | Type (Value type) |
| Implicit Constructor from Value type.
|
|
|
Value | value |
| Value of the pin type.
|
|
Type of the data on the Pin.
◆ Value
Type of the data on the Pin.
Enumerator |
---|
None | Not initialized.
|
Flow | NodeData Trigger.
|
Bool | Boolean.
|
Int | Integer Number.
|
Float | Floating Point Number.
|
String | std::string
|
Object | Generic Object.
|
Matrix | Matrix Object.
|
Delegate | Reference to the Node object.
|
◆ Type() [1/2]
NAV::Pin::Type::Type |
( |
Value | type | ) |
|
|
inlineconstexpr |
Implicit Constructor from Value type.
- Parameters
-
[in] | type | Value type to construct from |
◆ Type() [2/2]
NAV::Pin::Type::Type |
( |
const std::string & | typeString | ) |
|
|
inlineexplicit |
Constructor from std::string.
- Parameters
-
[in] | typeString | String representation of the type |
◆ operator std::string()
NAV::Pin::Type::operator std::string |
( |
| ) |
const |
|
inlineexplicit |
std::string conversion operator
- Returns
- A std::string representation of the pin type
◆ operator=()
Assignment operator from Value type.
- Parameters
-
[in] | v | Value type to construct from |
- Returns
- The Type type from the value type
◆ operator!= [1/3]
Inequal compares Pin::Type values.
- Parameters
-
[in] | lhs | Left-hand side of the operator |
[in] | rhs | Right-hand side of the operator |
- Returns
- Whether the comparison was successful
◆ operator!= [2/3]
Inequal compares Pin::Type values.
- Parameters
-
[in] | lhs | Left-hand side of the operator |
[in] | rhs | Right-hand side of the operator |
- Returns
- Whether the comparison was successful
◆ operator!= [3/3]
Inequal compares Pin::Type values.
- Parameters
-
[in] | lhs | Left-hand side of the operator |
[in] | rhs | Right-hand side of the operator |
- Returns
- Whether the comparison was successful
◆ operator== [1/3]
Equal compares Pin::Type values.
- Parameters
-
[in] | lhs | Left-hand side of the operator |
[in] | rhs | Right-hand side of the operator |
- Returns
- Whether the comparison was successful
◆ operator== [2/3]
Equal compares Pin::Type values.
- Parameters
-
[in] | lhs | Left-hand side of the operator |
[in] | rhs | Right-hand side of the operator |
- Returns
- Whether the comparison was successful
◆ operator== [3/3]
Equal compares Pin::Type values.
- Parameters
-
[in] | lhs | Left-hand side of the operator |
[in] | rhs | Right-hand side of the operator |
- Returns
- Whether the comparison was successful
The documentation for this struct was generated from the following file:
- /home/runner/work/INSTINCT/INSTINCT/src/internal/Node/Pin.hpp