Base::Uuid Class Reference

Creates a Uuid. More...

#include <Uuid.h>

Public Member Functions

const std::string & getValue () const
 
bool operator< (const Uuid &other) const
 
Uuidoperator= (const Uuid &)=default
 
bool operator== (const Uuid &other) const
 
void setValue (const char *sString)
 
void setValue (const std::string &sString)
 
 Uuid ()
 Construction. More...
 
 Uuid (const Uuid &)=default
 
virtual ~Uuid ()
 Destruction. More...
 

Static Public Member Functions

static std::string createUuid ()
 

Detailed Description

Creates a Uuid.

Author
Jürgen Riegel

Constructor & Destructor Documentation

◆ Uuid() [1/2]

Uuid::Uuid ( )

Construction.

A constructor.

A more elaborate description of the constructor.

References createUuid().

Referenced by createUuid().

◆ Uuid() [2/2]

Base::Uuid::Uuid ( const Uuid )
default

◆ ~Uuid()

Uuid::~Uuid ( )
virtual

Destruction.

A destructor.

A more elaborate description of the destructor.

Member Function Documentation

◆ createUuid()

◆ getValue()

const std::string & Uuid::getValue ( ) const

◆ operator<()

bool Base::Uuid::operator< ( const Uuid other) const

◆ operator=()

Uuid & Base::Uuid::operator= ( const Uuid )
default

◆ operator==()

bool Base::Uuid::operator== ( const Uuid other) const

◆ setValue() [1/2]

void Uuid::setValue ( const char *  sString)

Referenced by setValue().

◆ setValue() [2/2]

void Uuid::setValue ( const std::string &  sString)

References setValue().


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