Public Member Functions | Static Public Member Functions | List of all members
sdf::v8::SDF Class Reference

Base SDF class. More...

#include <SDFImpl.hh>

Public Member Functions

 SDF ()
 
 ~SDF ()
 Destructor. More...
 
void PrintDescription ()
 
void PrintDoc ()
 
void PrintValues ()
 
ElementPtr Root () const
 Get a pointer to the root element. More...
 
void Root (const ElementPtr _root)
 Set the root pointer. More...
 
void SetFromString (const std::string &_sdfData)
 Set SDF values from a string. More...
 
std::string ToString () const
 
void Write (const std::string &_filename)
 

Static Public Member Functions

static const std::string & EmbeddedSpec (const std::string &_filename, const bool _quiet)
 Get a string representation of an SDF specification file. More...
 
static std::string Version ()
 Get the version. More...
 
static void Version (const std::string &_version)
 Set the version string. More...
 
static ElementPtr WrapInRoot (const ElementPtr &_sdf)
 wraps the SDF element into a root element with the version info. More...
 

Detailed Description

Base SDF class.

Constructor & Destructor Documentation

◆ SDF()

sdf::v8::SDF::SDF ( )

◆ ~SDF()

sdf::v8::SDF::~SDF ( )

Destructor.

Member Function Documentation

◆ EmbeddedSpec()

static const std::string& sdf::v8::SDF::EmbeddedSpec ( const std::string &  _filename,
const bool  _quiet 
)
static

Get a string representation of an SDF specification file.

This function uses a built-in version of a .sdf file located in the sdf directory. The parser.cc code uses this function, which avoids touching the filesystem.

Most people should not use this function.

Parameters
[in]_filenameBase name of the SDF specification file to load. For example "root.sdf" or "world.sdf".
[in]_quietTrue to suppress console messages.
Returns
A string that contains the contents of the specified _filename. An empty string is returned if the _filename could not be found.

◆ PrintDescription()

void sdf::v8::SDF::PrintDescription ( )

◆ PrintDoc()

void sdf::v8::SDF::PrintDoc ( )

◆ PrintValues()

void sdf::v8::SDF::PrintValues ( )

◆ Root() [1/2]

ElementPtr sdf::v8::SDF::Root ( ) const

Get a pointer to the root element.

Returns
Pointer to the root element

◆ Root() [2/2]

void sdf::v8::SDF::Root ( const ElementPtr  _root)

Set the root pointer.

Parameters
[in]_rootRoot element

◆ SetFromString()

void sdf::v8::SDF::SetFromString ( const std::string &  _sdfData)

Set SDF values from a string.

◆ ToString()

std::string sdf::v8::SDF::ToString ( ) const

◆ Version() [1/2]

static std::string sdf::v8::SDF::Version ( )
static

Get the version.

Returns
The version as a string

◆ Version() [2/2]

static void sdf::v8::SDF::Version ( const std::string &  _version)
static

Set the version string.

Parameters
[in]_versionSDF version string.

◆ WrapInRoot()

static ElementPtr sdf::v8::SDF::WrapInRoot ( const ElementPtr _sdf)
static

wraps the SDF element into a root element with the version info.

Parameters
[in]_sdfthe sdf element. Will be cloned by this function.
Returns
a wrapped clone of the SDF element

◆ Write()

void sdf::v8::SDF::Write ( const std::string &  _filename)

The documentation for this class was generated from the following file: