#include <mongo_ros/message_with_metadata.h>
#include <boost/optional.hpp>
#include "impl/query_results_impl.hpp"
Go to the source code of this file.
Classes | |
struct | mongo_ros::QueryResults< M > |
A templated typedef for convenience. More... | |
class | mongo_ros::ResultIterator< M > |
Namespaces | |
namespace | mongo_ros |
Typedefs | |
typedef std::auto_ptr < mongo::DBClientCursor > | mongo_ros::Cursor |
typedef boost::shared_ptr< Cursor > | mongo_ros::CursorPtr |
Defines an iterator type over results of a query
Definition in file query_results.h.