client-cpp  0.7.0
kaa::UuidGenerator Class Reference

#include <UuidGenerator.hpp>

Static Public Member Functions

static std::string generateUuid ()
 
static std::int32_t generateRandomInt ()
 
static void generateUuid (std::string &uuid_s)
 
static void generateUuid (std::string &uuid_s, std::string data)
 

Detailed Description

Definition at line 31 of file UuidGenerator.hpp.

Member Function Documentation

static std::int32_t kaa::UuidGenerator::generateRandomInt ( )
inlinestatic

Definition at line 41 of file UuidGenerator.hpp.

static std::string kaa::UuidGenerator::generateUuid ( )
inlinestatic

Definition at line 33 of file UuidGenerator.hpp.

static void kaa::UuidGenerator::generateUuid ( std::string &  uuid_s)
inlinestatic

Definition at line 49 of file UuidGenerator.hpp.

static void kaa::UuidGenerator::generateUuid ( std::string &  uuid_s,
std::string  data 
)
inlinestatic

Definition at line 57 of file UuidGenerator.hpp.


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