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]
 

Definition at line 458 of file attributes.hpp.

References get_attribute().

template<typename T>
template<typename StringT>
T extract_attribute< T >::get xml::attributes const &  att,
StringT const &  name
[inline, static]
 

Examples:
tutorial_attribute.cpp.

Definition at line 451 of file attributes.hpp.

References get_attribute().


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


Donate to the XiMoL project SourceForge.net Logo If you have any questions about XiMoL, you could write to tournois@users.sourceforge.net.