Creates a Uuid. More...

#include <Uuid.h>

Public Member Functions

const std::string & getValue (void) const
 
void setValue (const char *sString)
 
void setValue (const std::string &sString)
 
 Uuid ()
 Construction. More...
 
virtual ~Uuid ()
 Destruction. More...
 

Static Public Member Functions

static std::string createUuid (void)
 

Detailed Description

Creates a Uuid.

Author
Jürgen Riegel

Constructor & Destructor Documentation

◆ Uuid()

Uuid::Uuid ( )

Construction.

A constructor.

A more elaborate description of the constructor.

References createUuid().

Referenced by createUuid().

◆ ~Uuid()

Uuid::~Uuid ( )
virtual

Destruction.

A destructor.

A more elaborate description of the destructor.

Member Function Documentation

◆ createUuid()

std::string Uuid::createUuid ( void  )
static

◆ getValue()

const std::string & Uuid::getValue ( void  ) 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:
  • src/Base/Uuid.h
  • src/Base/Uuid.cpp