BIMHome v1.0.0
BIMHome接口文档说明
Public 成员函数 | 静态 Public 成员函数 | Private 属性 | 所有成员列表
Uuid类 参考

Uuid 类,用于创建和管理通用唯一标识符(UUID) 更多...

#include <Uuid.h>

Public 成员函数

const std::string & getValue () const
 获取 UUID 的值
 
bool operator< (const Uuid &other) const
 小于操作符
 
Uuidoperator= (const Uuid &)=default
 赋值操作符
 
bool operator== (const Uuid &other) const
 等于操作符
 
void setValue (const char *sString)
 设置 UUID 的值
 
void setValue (const std::string &sString)
 设置 UUID 的值
 
 Uuid ()
 默认构造函数
 
 Uuid (const Uuid &)=default
 复制构造函数
 
virtual ~Uuid ()
 析构函数
 

静态 Public 成员函数

static std::string createUuid ()
 创建一个新的 UUID
 

Private 属性

std::string _uuid
 UUID 的字符串表示
 

详细描述

Uuid 类,用于创建和管理通用唯一标识符(UUID)

该类提供了 UUID 的生成、设置和比较功能。


该类的文档由以下文件生成: