weiBase.h File Reference
#include <boost/serialization/base_object.hpp>
#include <boost/serialization/utility.hpp>
#include <boost/serialization/list.hpp>
#include <boost/serialization/map.hpp>
#include <boost/serialization/assume_abstract.hpp>
#include <boost/variant.hpp>
#include <boost/serialization/variant.hpp>
#include <string>
#include <algorithm>
#include <map>
#include <vector>
#include "weLogger.h"
Go to the source code of this file.
Define Documentation
      
        
          | #define DECLARE_SERIAL_BASE   friend class boost::serialization::access; | 
      
 
 
      
        
          | #define DECLARE_SERIAL_LOAD | 
      
 
Value:
template<class Archive> \
    void load(Archive & ar, const unsigned int version)
Definition at line 48 of file weiBase.h.
 
 
      
        
          | #define DECLARE_SERIAL_SAVE | 
      
 
Value:
template<class Archive> \
    void save(Archive & ar, const unsigned int version) const
Definition at line 44 of file weiBase.h.
 
 
      
        
          | #define DECLARE_SERIALIZATOR | 
      
 
Value:
friend class boost::serialization::access; \
    template<class Archive> \
    void serialize(Archive & ar, const unsigned int version)
Definition at line 38 of file weiBase.h.