All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Friends | List of all members
ignition::transport::Uuid Class Reference

A portable class for representing a Universally Unique Identifier. More...

#include <ignition/transport/Uuid.hh>

Public Member Functions

 Uuid ()
 Constructor. More...
 
virtual ~Uuid ()
 Destructor. More...
 
std::string ToString () const
 Return the string representation of the Uuid. More...
 

Friends

std::ostream & operator<< (std::ostream &_out, const ignition::transport::Uuid &_uuid)
 Stream insertion operator. More...
 

Detailed Description

A portable class for representing a Universally Unique Identifier.

Constructor & Destructor Documentation

ignition::transport::Uuid::Uuid ( )

Constructor.

virtual ignition::transport::Uuid::~Uuid ( )
virtual

Destructor.

Member Function Documentation

std::string ignition::transport::Uuid::ToString ( ) const

Return the string representation of the Uuid.

Returns
the UUID in string format.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  _out,
const ignition::transport::Uuid _uuid 
)
friend

Stream insertion operator.

Parameters
[out]_outThe output stream.
[in]_uuidUUID to write to the stream.

The documentation for this class was generated from the following file: