Frontend::Net::Address Class Reference
#include <Frontend2Net.h>
Inheritance diagram for Frontend::Net::Address:
List of all members.
Member Function Documentation
| void Frontend::Object::AddRef |
( |
|
) |
[inherited] |
|
|
|
Adds a reference to the object.
Aqcuires an additional ownership on the object. The object will not be deleted until all owners have called Release() on it. - See also:
- Release()
|
| virtual AddressFamily Frontend::Net::Address::GetAddressFamily |
( |
|
) |
[pure virtual] |
|
| virtual int Frontend::Net::Address::GetPort |
( |
|
) |
[pure virtual] |
|
| virtual Protocol Frontend::Net::Address::GetProtocol |
( |
|
) |
[pure virtual] |
|
| unsigned int Frontend::Object::GetRefCount |
( |
|
) |
[inline, inherited] |
|
|
|
Returns the number of references on the object.
- Returns:
- The number of references on the object.
|
| virtual String Frontend::Net::Address::GetString |
( |
|
) |
[pure virtual] |
|
| void Frontend::Object::Release |
( |
|
) |
[inherited] |
|
|
|
Releases a reference on the object.
If you are an owner of an object, use this function to release it when you are done with it. The object will not be deleted until all owners have called Release() on it. |
The documentation for this class was generated from the following file: