8#ifndef PXR_USD_SDF_TEXT_PARSER_UTILS_H
9#define PXR_USD_SDF_TEXT_PARSER_UTILS_H
11#include "pxr/base/vt/value.h"
12#include "pxr/usd/sdf/api.h"
14PXR_NAMESPACE_OPEN_SCOPE
23VtValue Sdf_ParseValueFromString(
const std::string& input,
30std::string Sdf_QuoteString(
const std::string& input);
36std::string Sdf_QuoteAssetPath(
const std::string& path);
38PXR_NAMESPACE_CLOSE_SCOPE
Represents a value type name, i.e.
Provides a container which may hold any type, and provides introspection and iteration over array typ...