libfoedus-core
FOEDUS Core Library
foedus::externalize::TinyxmlSetter< std::string > Struct Template Reference

Detailed Description

template<>
struct foedus::externalize::TinyxmlSetter< std::string >

Definition at line 150 of file tinyxml_wrapper.hpp.

#include <tinyxml_wrapper.hpp>

Public Member Functions

void operator() (tinyxml2::XMLElement *element, const std::string &value)
 

Member Function Documentation

void foedus::externalize::TinyxmlSetter< std::string >::operator() ( tinyxml2::XMLElement *  element,
const std::string &  value 
)
inline

Definition at line 151 of file tinyxml_wrapper.hpp.

151  {
152  element->SetText(value.c_str());
153  }

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