23 #ifndef INCLUDED_PMT_H
24 #define INCLUDED_PMT_H
27 #include <boost/intrusive_ptr.hpp>
28 #include <boost/shared_ptr.hpp>
29 #include <boost/any.hpp>
62 typedef boost::intrusive_ptr<pmt_base>
pmt_t;
877 {
return pmt::eqv(p1,p2)?
false:p1.get()>p2.get(); }
884 {
return pmt::eqv(p1,p2)?
false:p1.get()>p2.get(); }