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

Detailed Description

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

Definition at line 133 of file tinyxml_wrapper.hpp.

#include <tinyxml_wrapper.hpp>

Public Member Functions

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

Member Function Documentation

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

Definition at line 134 of file tinyxml_wrapper.hpp.

134  {
135  return element->QueryFloatText(out);
136  }

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