Ignition Common

API Reference

3.6.1

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

#include <Uuid.hh>

Public Member Functions

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

Friends

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

Detailed Description

A portable class for representing a Universally Unique Identifier.

Constructor & Destructor Documentation

◆ Uuid()

Uuid ( )

Constructor.

◆ ~Uuid()

virtual ~Uuid ( )
virtual

Destructor.

Member Function Documentation

◆ String()

std::string String ( ) const

Return the string representation of the Uuid.

Returns
the UUID in string format.

Friends And Related Function Documentation

◆ operator<<

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

Stream insertion operator.

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

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