#include <guid.hpp>
|
std::array< unsigned char, 16 > | _bytes |
|
Definition at line 13 of file guid.hpp.
◆ Guid() [1/5]
Wt::Guid::Guid |
( |
const std::array< unsigned char, 16 > & | bytes | ) |
|
|
explicit |
◆ Guid() [2/5]
Wt::Guid::Guid |
( |
std::array< unsigned char, 16 > && | bytes | ) |
|
|
explicit |
◆ Guid() [3/5]
◆ Guid() [4/5]
Wt::Guid::Guid |
( |
const Guid & | other | ) |
|
|
default |
◆ Guid() [5/5]
Wt::Guid::Guid |
( |
Guid && | other | ) |
|
|
default |
◆ bytes()
const std::array< unsigned char, 16 > & Wt::Guid::bytes |
( |
| ) |
const |
◆ isValid()
bool Wt::Guid::isValid |
( |
| ) |
const |
◆ operator std::string()
Wt::Guid::operator std::string |
( |
| ) |
const |
◆ operator!=()
bool Wt::Guid::operator!= |
( |
const Guid & | other | ) |
const |
◆ operator=() [1/2]
Guid & Wt::Guid::operator= |
( |
const Guid & | other | ) |
|
|
default |
◆ operator=() [2/2]
Guid & Wt::Guid::operator= |
( |
Guid && | other | ) |
|
|
default |
◆ operator==()
bool Wt::Guid::operator== |
( |
const Guid & | other | ) |
const |
◆ str()
std::string Wt::Guid::str |
( |
| ) |
const |
◆ swap()
void Wt::Guid::swap |
( |
Guid & | other | ) |
|
◆ operator<
bool operator< |
( |
const Guid & | lhs, |
|
|
const Guid & | rhs ) |
|
friend |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | s, |
|
|
const Guid & | guid ) |
|
friend |
◆ _bytes
std::array<unsigned char, 16> Wt::Guid::_bytes |
|
private |
The documentation for this class was generated from the following files:
- D:/Peridyno/peridyno/src/Rendering/GUI/WtGUI/NodeEditor/guid.hpp
- D:/Peridyno/peridyno/src/Rendering/GUI/WtGUI/NodeEditor/guid.cpp