CTR Pia
4.11.3
Game Communication Engine
|
Represents an address used to uniquely identify stations. More...
Public Member Functions | |
StationLocation (void) | |
Instantiates the object. | |
StationLocation (const StationLocation &o) | |
Instantiates a copy of the object. | |
virtual | ~StationLocation (void) |
Destroys the object. | |
const nn::pia::common::StationAddress & | GetStationAddress (void) const |
Gets a const reference to the nn::pia::common::StationAddress instance. More... | |
nn::pia::common::StationAddress & | GetStationAddress (void) |
Gets a reference to the nn::pia::common::StationAddress instance. More... | |
StationLocation & | operator= (const StationLocation &o) |
This is the assignment operator. More... | |
void | SetStationAddress (const nn::pia::common::StationAddress &addr) |
Sets the nn::pia::common::StationAddress instance. More... | |
virtual void | Trace (u64 flag) const |
Prints information that is useful for debugging. More... | |
Represents an address used to uniquely identify stations.
2012-11-29 Revised code so that the StationLocation
class does not depend on NEX in NEX 3.X environments.
2012-06-28 Clearly indicated which functions are thread-safe.
2012-04-06 Initial version.
|
inline |
Gets a const
reference to the nn::pia::common::StationAddress
instance.
const
reference to the nn::pia::common::StationAddress
instance.
|
inline |
Gets a reference to the nn::pia::common::StationAddress
instance.
nn::pia::common::StationAddress
instance. StationLocation& nn::pia::transport::StationLocation::operator= | ( | const StationLocation & | o | ) |
This is the assignment operator.
this
object. void nn::pia::transport::StationLocation::SetStationAddress | ( | const nn::pia::common::StationAddress & | addr | ) |
Sets the nn::pia::common::StationAddress
instance.
[in] | addr | Specifies the Internet address to set. |
|
virtual |
Prints information that is useful for debugging.
[in] | flag | Specifies the bitwise OR of trace flags. For more information, see the TraceFlag type. |