#include <functional>
#include <map>
#include <string>
#include <vector>
#include <ignition/utils/ImplPtr.hh>
#include "sdf/Error.hh"
#include "sdf/InterfaceElements.hh"
#include "sdf/sdf_config.h"
#include "sdf/system_util.hh"
Go to the source code of this file.
Classes | |
class | sdf::v12::ParserConfig |
This class contains configuration options for the libsdformat parser. More... | |
Namespaces | |
sdf | |
namespace for Simulation Description Format parser | |
sdf::v12 | |
Enumerations | |
enum | sdf::v12::EnforcementPolicy { sdf::v12::EnforcementPolicy::ERR, sdf::v12::EnforcementPolicy::WARN, sdf::v12::EnforcementPolicy::LOG } |
Policy to describe how to treat certain conditions when parsing. More... | |