◆ RscGuid() [1/4]
Arp::System::Rsc::Services::RscGuid::RscGuid |
( |
void |
| ) |
|
|
default |
◆ RscGuid() [2/4]
Arp::System::Rsc::Services::RscGuid::RscGuid |
( |
const Uuid & |
uuid | ) |
|
Constructs a RscGuid from the given Uuid argument.
- Parameters
-
uuid | The uuid to create this instance from. |
◆ RscGuid() [3/4]
Arp::System::Rsc::Services::RscGuid::RscGuid |
( |
const RscGuid & |
arg | ) |
|
|
default |
◆ RscGuid() [4/4]
Arp::System::Rsc::Services::RscGuid::RscGuid |
( |
RscGuid && |
arg | ) |
|
|
default |
◆ ~RscGuid()
Arp::System::Rsc::Services::RscGuid::~RscGuid |
( |
void |
| ) |
|
|
default |
Destructs this instance and frees all resources.
◆ operator=()
RscGuid& Arp::System::Rsc::Services::RscGuid::operator= |
( |
const RscGuid & |
arg | ) |
|
|
default |
◆ Read()
void Arp::System::Rsc::Services::RscGuid::Read |
( |
RscReader & |
reader | ) |
|
Reads this instance from the given RscReader.
- Parameters
-
reader | The RscReader to read this instance from. |
◆ ToString()
String Arp::System::Rsc::Services::RscGuid::ToString |
( |
void |
| ) |
const |
Converts this instance into a String.
- Returns
- The String representing this instance.
◆ ToUuid()
Uuid Arp::System::Rsc::Services::RscGuid::ToUuid |
( |
void |
| ) |
const |
Converts this instance into a Uuid.
- Returns
- The Uuid representing this instance.
◆ Write()
void Arp::System::Rsc::Services::RscGuid::Write |
( |
RscWriter & |
writer | ) |
const |
Writes this instance to the given RscWriter.
- Parameters
-
writer | The RscWriter to write this instance to. |
The documentation for this class was generated from the following file: