30 #pragma GCC diagnostic push
31 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
35 #pragma GCC diagnostic pop
58 std::string
findFile(
const std::string &_filename,
59 bool _searchLocalPath =
true,
60 bool _useCallback =
false);
67 void addURIPath(
const std::string &_uri,
const std::string &_path);
74 void setFindCallback(std::function<std::string (
const std::string &)> _cb);
82 public:
void PrintDescription();
83 public:
void PrintValues();
84 public:
void PrintWiki();
85 public:
void PrintDoc();
86 public:
void Write(
const std::string &_filename);
87 public: std::string ToString()
const;
90 public:
void SetFromString(
const std::string &_sdfData);
102 public:
static std::string Version();
106 public:
static void Version(
const std::string &_version);
110 #pragma warning(push)
111 #pragma warning(disable : 4251)
Base SDF class.
Definition: SDFImpl.hh:77
std::shared_ptr< SDF > SDFPtr
Definition: SDFImpl.hh:46
class SDFORMAT_VISIBLE SDF
Definition: SDFImpl.hh:42
SDFORMAT_VISIBLE std::string findFile(const std::string &_filename, bool _searchLocalPath=true, bool _useCallback=false)
Find the absolute path of a file.
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system_util.hh:48
SDFORMAT_VISIBLE void addURIPath(const std::string &_uri, const std::string &_path)
Associate paths to a URI.
SDFORMAT_VISIBLE void setFindCallback(std::function< std::string(const std::string &)> _cb)
Set the callback to use when SDF can't find a file.
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:53
#define SDF_DEPRECATED(version)
Definition: Types.hh:36