#include <Uuid.h>
Public Member Functions | |
Uuid () | |
Construction. | |
virtual | ~Uuid () |
Destruction. | |
Static Public Member Functions | |
static std::string | CreateUuid (void) |
Public Attributes | |
std::string | UuidStr |
Uuid. |
Creates a Uuid.
Definition at line 38 of file Uuid.h.
Uuid::Uuid | ( | ) |
Construction.
A constructor.
A more elaborate description of the constructor.
Definition at line 49 of file Uuid.cpp.
References CreateUuid(), and UuidStr.
Referenced by CreateUuid().
Uuid::~Uuid | ( | ) | [virtual] |
std::string Uuid::CreateUuid | ( | void | ) | [static] |
Definition at line 67 of file Uuid.cpp.
References Py::Object::as_string(), Py::Exception::clear(), Py::Object::getAttr(), and Uuid().
Referenced by App::Document::save(), and Uuid().
std::string Base::Uuid::UuidStr |