
Syntax:
Public Member Functions | |
| Path (const std::string &path, const PathArgument &a1=PathArgument(), const PathArgument &a2=PathArgument(), const PathArgument &a3=PathArgument(), const PathArgument &a4=PathArgument(), const PathArgument &a5=PathArgument()) | |
| const Value & | resolve (const Value &root) const |
| Value | resolve (const Value &root, const Value &defaultValue) const |
| Value & | make (Value &root) const |
| Creates the "path" to access the specified node and returns a reference on the node. | |
| Path (const std::string &path, const PathArgument &a1=PathArgument(), const PathArgument &a2=PathArgument(), const PathArgument &a3=PathArgument(), const PathArgument &a4=PathArgument(), const PathArgument &a5=PathArgument()) | |
| const Value & | resolve (const Value &root) const |
| Value | resolve (const Value &root, const Value &defaultValue) const |
| Value & | make (Value &root) const |
| Creates the "path" to access the specified node and returns a reference on the node. | |
| Path | ( | const std::string & | path, | |
| const PathArgument & | a1 = PathArgument(), |
|||
| const PathArgument & | a2 = PathArgument(), |
|||
| const PathArgument & | a3 = PathArgument(), |
|||
| const PathArgument & | a4 = PathArgument(), |
|||
| const PathArgument & | a5 = PathArgument() | |||
| ) |
| Path | ( | const std::string & | path, | |
| const PathArgument & | a1 = PathArgument(), |
|||
| const PathArgument & | a2 = PathArgument(), |
|||
| const PathArgument & | a3 = PathArgument(), |
|||
| const PathArgument & | a4 = PathArgument(), |
|||
| const PathArgument & | a5 = PathArgument() | |||
| ) |
Creates the "path" to access the specified node and returns a reference on the node.
Creates the "path" to access the specified node and returns a reference on the node.
1.5.3