1 #ifndef SERIALIZATION_NAMEVALUEPAIR_HPP 
    2 #define SERIALIZATION_NAMEVALUEPAIR_HPP 
    4 #include "blub/core/globals.hpp" 
    6 #include <boost/serialization/nvp.hpp> 
   13 namespace serialization
 
   22 #ifndef BOOST_NO_FUNCTION_TEMPLATE_ORDERING 
   25     boost::serialization::nvp< T > create(
const char * name, T & t){
 
   26         return boost::serialization::nvp< T >(name, t);
 
   35 #define BLUB_SERIALIZATION_NAMEVALUEPAIR(x) BOOST_SERIALIZATION_NVP(x) 
   39 #endif // SERIALIZATION_NAMEVALUEPAIR_HPP 
Definition: nameValuePair.hpp:17
 
Definition: deadlineTimer.hpp:10