22 INLINE ParamNodePath::
28 #ifdef USE_MOVE_SEMANTICS
35 INLINE ParamNodePath::
36 ParamNodePath(
NodePath &&node_path) NOEXCEPT :
37 _node_path(move(node_path))
40 #endif // USE_MOVE_SEMANTICS
49 return NodePath::get_class_type();
virtual TypeHandle get_value_type() const
Returns NodePath::get_class_type().
const NodePath & get_value() const
Retrieves the NodePath stored in the parameter.
TypeHandle is the identifier used to differentiate C++ class types.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...