#include <Guid.hxx>
|
void | parse (std::string_view rString) |
|
Definition at line 22 of file Guid.hxx.
◆ GuidArrayType
◆ GenerateTag
GenerateTag is used as a flag for generating the GUID.
Definition at line 95 of file Guid.hxx.
◆ Guid() [1/6]
tools::Guid::Guid |
( |
enum |
GenerateTag | ) |
|
|
inline |
◆ Guid() [2/6]
Default constructor which initializes the values to 0 (empty GUID)
Definition at line 104 of file Guid.hxx.
References maGuidArray.
◆ Guid() [3/6]
tools::Guid::Guid |
( |
std::string_view |
rString | ) |
|
|
inline |
◆ Guid() [4/6]
tools::Guid::Guid |
( |
const sal_uInt8 |
aGuidArray[16] | ) |
|
|
inline |
◆ Guid() [5/6]
tools::Guid::Guid |
( |
Guid && |
| ) |
|
|
delete |
◆ Guid() [6/6]
tools::Guid::Guid |
( |
Guid const & |
rOther | ) |
|
|
inline |
◆ begin()
GuidArrayType::iterator tools::Guid::begin |
( |
| ) |
|
|
inline |
◆ cbegin()
GuidArrayType::const_iterator tools::Guid::cbegin |
( |
| ) |
const |
|
inline |
◆ cend()
GuidArrayType::const_iterator tools::Guid::cend |
( |
| ) |
const |
|
inline |
◆ covertHexChar()
static sal_uInt8 tools::Guid::covertHexChar |
( |
char |
high, |
|
|
char |
low |
|
) |
| |
|
inlinestaticprivate |
◆ end()
GuidArrayType::iterator tools::Guid::end |
( |
| ) |
|
|
inline |
◆ gethex()
static sal_uInt8 tools::Guid::gethex |
( |
char |
nChar | ) |
|
|
inlinestaticprivate |
◆ getOUString()
OUString tools::Guid::getOUString |
( |
| ) |
|
|
inline |
◆ getString()
OString tools::Guid::getString |
( |
| ) |
const |
|
inline |
◆ isEmpty()
bool tools::Guid::isEmpty |
( |
| ) |
|
|
inline |
◆ operator!=()
bool tools::Guid::operator!= |
( |
Guid const & |
rCompare | ) |
const |
|
inline |
◆ operator=()
void tools::Guid::operator= |
( |
Guid const & |
rOther | ) |
|
|
inline |
◆ operator==()
bool tools::Guid::operator== |
( |
Guid const & |
rCompare | ) |
const |
|
inline |
◆ parse()
void tools::Guid::parse |
( |
std::string_view |
rString | ) |
|
|
inlineprivate |
◆ maGuidArray
The documentation for this class was generated from the following file: