#include <cstddef>
#include <string>
#include "boost/smart_ptr/intrusive_ptr.hpp"
#include "boost/smart_ptr/shared_ptr.hpp"
Go to the source code of this file.
Classes | |
class | momdp::MObject |
Namespaces | |
namespace | momdp |
Defines | |
#define | dynamic_pointer_cast boost::dynamic_pointer_cast |
#define | SharedPointer boost::intrusive_ptr |
#define | static_pointer_cast boost::static_pointer_cast |
Functions | |
void | momdp::intrusive_ptr_add_ref (MObject *p) |
void | momdp::intrusive_ptr_release (MObject *p) |
#define dynamic_pointer_cast boost::dynamic_pointer_cast |
#define SharedPointer boost::intrusive_ptr |
#define static_pointer_cast boost::static_pointer_cast |