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

Detailed Description

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

Definition at line 82 of file tinyxml_wrapper.hpp.

#include <tinyxml_wrapper.hpp>

Public Member Functions

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

Member Function Documentation

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

Definition at line 83 of file tinyxml_wrapper.hpp.

83  {
84  return get_smaller_int<int16_t, int64_t, TinyxmlGetter<int64_t> >(element, out);
85  }

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