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

Detailed Description

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

Definition at line 92 of file tinyxml_wrapper.hpp.

#include <tinyxml_wrapper.hpp>

Public Member Functions

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

Member Function Documentation

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

Definition at line 93 of file tinyxml_wrapper.hpp.

93  {
94  return get_smaller_int<int8_t, int64_t, TinyxmlGetter<int64_t> >(element, out);
95  }

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