Node Class.
More...
Go to the source code of this file.
|
using | json |
| json namespace
|
|
◆ from_json()
void NAV::from_json |
( |
const json & | j, |
|
|
Node & | node ) |
Converts the provided json object into a node object.
- Parameters
-
[in] | j | Json object with the needed values |
[out] | node | Object to fill from the json |
◆ operator!=() [1/3]
Inequal compares Node::Kind 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 Node::Kind 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 Node::Kind 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 Node::Kind 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 Node::Kind 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 Node::Kind values.
- Parameters
-
[in] | lhs | Left-hand side of the operator |
[in] | rhs | Right-hand side of the operator |
- Returns
- Whether the comparison was successful
◆ to_json()
void NAV::to_json |
( |
json & | j, |
|
|
const Node & | node ) |
Converts the provided node into a json object.
- Parameters
-
[out] | j | Json object which gets filled with the info |
[in] | node | Node to convert into json |