#include "rve_common/uuid.h"
#include <rve_msgs/UUID.h>
#include <uuid/uuid.h>
#include <ros/assert.h>
#include <boost/cstdint.hpp>
#include <boost/functional/hash.hpp>
Go to the source code of this file.
Namespaces | |
namespace | rve_common |
Functions | |
std::size_t | rve_common::hash_value (const UUID &uuid) |
std::ostream & | rve_common::operator<< (std::ostream &o, const UUID &u) |
std::istream & | rve_common::operator>> (std::istream &i, UUID &u) |
rve_common::ROS_STATIC_ASSERT (sizeof(uuid_t)==16) | |
rve_common::ROS_STATIC_ASSERT (sizeof(UUID)==sizeof(uuid_t)) |