|
extract_attribute< T > Struct Template Reference#include <attributes.hpp>
List of all members.
Detailed Description
template<typename T>
struct extract_attribute< T >
Deserialize the attribute from the name.
Definition at line 448 of file attributes.hpp.
|
Static Public Member Functions |
template<typename StringT> T | get (xml::attributes const &att, StringT const &name) |
template<typename StringT1, typename StringT2> T | get (xml::attributes const &att, StringT1 const &namespace_name, StringT2 const &name) |
Member Function Documentation
template<typename T> |
template<typename StringT1, typename StringT2> |
T extract_attribute< T >::get |
( |
xml::attributes const & |
att, |
|
|
StringT1 const & |
namespace_name, |
|
|
StringT2 const & |
name |
|
) |
[inline, static] |
|
The documentation for this struct was generated from the following file:
|
|