#include <Standard_GUID.hxx>
◆ Standard_GUID() [1/6]
Standard_GUID::Standard_GUID |
( |
| ) |
|
◆ Standard_GUID() [2/6]
build a GUID from an ascii string with the following format: Length : 36 char "00000000-0000-0000-0000-000000000000"
◆ Standard_GUID() [3/6]
build a GUID from an unicode string with the following format:
"00000000-0000-0000-0000-000000000000"
◆ Standard_GUID() [4/6]
◆ Standard_GUID() [5/6]
◆ Standard_GUID() [6/6]
◆ Assign() [1/2]
◆ Assign() [2/2]
◆ CheckGUIDFormat()
Check the format of a GUID string. It checks the size, the position of the '-' and the correct size of fields.
◆ IsNotSame()
◆ IsSame()
◆ operator!=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ ShallowDump()
Display the GUID with the following format:
"00000000-0000-0000-0000-000000000000"
◆ ToCString()
translate the GUID into ascii string the aStrGuid is allocated by user. the guid have the following format:
"00000000-0000-0000-0000-000000000000"
◆ ToExtString()
translate the GUID into unicode string the aStrGuid is allocated by user. the guid have the following format:
"00000000-0000-0000-0000-000000000000"
◆ ToUUID()
The documentation for this class was generated from the following file: