18ParamNodePath(
const NodePath &node_path) :
27ParamNodePath(
NodePath &&node_path) noexcept :
28 _node_path(std::move(node_path))
37 return NodePath::get_class_type();
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...
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.