maliput
identifier.h File Reference
#include <atomic>
#include <cstdint>
#include <functional>
#include <string>
#include "maliput/drake/common/drake_copyable.h"
#include "maliput/drake/common/drake_throw.h"
#include "maliput/drake/common/hash.h"
#include "maliput/drake/common/never_destroyed.h"
Include dependency graph for identifier.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Identifier< Tag >
 A simple identifier class. More...
 
struct  hash< maliput::drake::Identifier< Tag > >
 Enables use of the identifier to serve as a key in STL containers. More...
 

Namespaces

 maliput
 Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h.
 
 maliput::drake
 

Functions

template<typename Tag >
std::string to_string (const maliput::drake::Identifier< Tag > &id)
 Enables use of identifiers with to_string. More...