![]() |
VR-Vantage 2.7 API Documentation
|
Public Member Functions | |
| IpAddress () | |
| ~IpAddress () | |
| void | Set (const struct sockaddr &addr) |
| uint32_t | GetNumber () const |
| const char * | GetText () const |
| IpAddress (const IpAddress &) | |
| IpAddress (IpAddress &&) | |
| IpAddress & | operator= (const IpAddress &) |
| IpAddress & | operator= (IpAddress &&) |
Private Attributes | |
| uint32_t | m_number |
| char | m_text [17] |
| tracy::IpAddress::IpAddress | ( | ) |
| tracy::IpAddress::~IpAddress | ( | ) |
| tracy::IpAddress::IpAddress | ( | const IpAddress & | ) |
| tracy::IpAddress::IpAddress | ( | IpAddress && | ) |
| void tracy::IpAddress::Set | ( | const struct sockaddr & | addr | ) |
|
inline |
References m_text.
|
private |
Referenced by GetNumber().
|
private |
Referenced by GetText().