Base::Uuid Class Reference
#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.
Constructor & Destructor Documentation
◆ Uuid()
Uuid::Uuid | ( | ) |
Construction.
A constructor.
A more elaborate description of the constructor.
References createUuid().
Referenced by createUuid().
◆ ~Uuid()
|
virtual |
Destruction.
A destructor.
A more elaborate description of the destructor.
Member Function Documentation
◆ createUuid()
|
static |
References Uuid().
Referenced by Sandbox::DocumentSaverThread::run(), App::Document::saveToFile(), and Uuid().
◆ getValue()
const std::string & Uuid::getValue | ( | void | ) | const |
Referenced by App::PropertyFileIncluded::getUniqueFileName().
◆ 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