| 
    libfoedus-core
    
   FOEDUS Core Library 
   | 
 
Functor to help use tinyxml2's Element SetText(). More...
Functor to help use tinyxml2's Element SetText().
tinyxml2::XMLElement::SetText() is already generic, but it doesn't know std::string.
Definition at line 145 of file tinyxml_wrapper.hpp.
#include <tinyxml_wrapper.hpp>
Public Member Functions | |
| void | operator() (tinyxml2::XMLElement *element, const T &value) | 
      
  | 
  inline | 
Definition at line 146 of file tinyxml_wrapper.hpp.