#include <Uuid.h>
Public Member Functions | |
const std::string & | getValue () const |
bool | operator< (const Uuid &other) const |
Uuid & | operator= (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 () |
Creates a Uuid.
Uuid::Uuid | ( | ) |
Construction.
A constructor.
A more elaborate description of the constructor.
References createUuid().
Referenced by createUuid().
|
default |
|
virtual |
Destruction.
A destructor.
A more elaborate description of the destructor.
|
static |
References Uuid().
Referenced by App::Document::exportObjects(), App::Document::importObjects(), Sandbox::DocumentSaverThread::run(), App::Document::saveToFile(), and Uuid().
const std::string & Uuid::getValue | ( | ) | const |
Referenced by App::PropertyFileIncluded::getUniqueFileName().
void Uuid::setValue | ( | const char * | sString | ) |
Referenced by setValue().
void Uuid::setValue | ( | const std::string & | sString | ) |
References setValue().