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

Detailed Description

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

Definition at line 72 of file tinyxml_wrapper.hpp.

#include <tinyxml_wrapper.hpp>

Public Member Functions

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

Member Function Documentation

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

Definition at line 73 of file tinyxml_wrapper.hpp.

73  {
74  return get_smaller_int<int32_t, int64_t, TinyxmlGetter<int64_t> >(element, out);
75  }

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