#include <sstream>
#include <string>
#include <fstream>
#include <deque>
#include <algorithm>
#include <cerrno>
#include <ctime>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/regex.hpp>
#include <boost/archive/iterators/base64_from_binary.hpp>
#include <boost/archive/iterators/binary_from_base64.hpp>
#include <boost/archive/iterators/transform_width.hpp>
#include <boost/archive/iterators/remove_whitespace.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/exception.hpp>
#include "logstream.hpp"
#include "persisted_queue.tpp"
Go to the source code of this file.
      
        
          | #define QueuedObjectPointerType   boost::shared_ptr<_qoT > | 
      
 
 
      
        
          | #define QueueTypeIterator   typename std::deque<boost::shared_ptr<_qoT > >::iterator | 
      
 
 
      
        
          | #define QueueTypePtr   boost::shared_ptr<QueueType > | 
      
 
 
      
        
          | #define value_type   QueueType::value_type |