libfoedus-core
FOEDUS Core Library
foedus::externalize::TinyxmlGetter< bool > Struct Template Reference

Detailed Description

template<>
struct foedus::externalize::TinyxmlGetter< bool >

Definition at line 39 of file tinyxml_wrapper.hpp.

#include <tinyxml_wrapper.hpp>

Public Member Functions

tinyxml2::XMLError operator() (const tinyxml2::XMLElement *element, bool *out)
 

Member Function Documentation

tinyxml2::XMLError foedus::externalize::TinyxmlGetter< bool >::operator() ( const tinyxml2::XMLElement *  element,
bool *  out 
)
inline

Definition at line 40 of file tinyxml_wrapper.hpp.

40  {
41  return element->QueryBoolText(out);
42  }

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