7 #ifndef __FWRUNTIME_CONVERT_HPP__ 8 #define __FWRUNTIME_CONVERT_HPP__ 10 #include "fwRuntime/config.hpp" 11 #include "fwRuntime/ConfigurationElement.hpp" 13 #include <boost/property_tree/ptree.hpp> 15 #include <libxml/tree.h> 30 FWRUNTIME_API
virtual ~
Convert();
35 FWRUNTIME_API
static xmlNodePtr toXml( std::shared_ptr< ::fwRuntime::ConfigurationElement > _cfgElement);
40 FWRUNTIME_API std::string
static toXmlString( ::fwRuntime::ConfigurationElement::sptr _cfgElement);
45 FWRUNTIME_API
static xmlNodePtr runningBundlesToXml( );
47 FWRUNTIME_API static ::boost::property_tree::ptree toPropertyTree(
48 ::fwRuntime::ConfigurationElement::csptr _cfgElement );
50 FWRUNTIME_API static ::fwRuntime::ConfigurationElement::sptr fromPropertyTree( ::boost::property_tree::ptree pt );
54 static void fromConfigurationElementToXml(std::shared_ptr< ::fwRuntime::ConfigurationElement > _cfgElement,
66 #endif // __FWRUNTIME_CONVERT_HPP__ Defines the convert class.
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...