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

Detailed Description

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

Definition at line 45 of file tinyxml_wrapper.hpp.

#include <tinyxml_wrapper.hpp>

Public Member Functions

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

Member Function Documentation

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

Definition at line 46 of file tinyxml_wrapper.hpp.

46  {
47  return element->QueryLongLongText(out);
48  }

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