|
EpcTools
An event based multi-threaded C++ development framework.
|
Represents a Fully Qualified SEID. This combines an IP address with a SEID. More...
#include <epfcp.h>
Public Member Functions | |
| FqSeid () | |
| Default constructor. More... | |
| FqSeid (const FqSeid &fqseid) | |
| Copy constructor. More... | |
| FqSeid & | operator= (const FqSeid &fqseid) |
| Assignment operator. More... | |
| const EIpAddress & | address () const |
| Retrieves the IP address object associated with the FqSeid. More... | |
| EIpAddress & | setAddress () |
| Returns a modifiable reference to the IP address. More... | |
| const Seid | seid () const |
| Returns the SEID. More... | |
| FqSeid & | setSeid (Seid seid) |
| Assigns the SEID value. More... | |
Represents a Fully Qualified SEID. This combines an IP address with a SEID.
|
inline |
Default constructor.
|
inline |
Copy constructor.
| fqseid | the FqSeid object to copy. |
|
inline |
Assignment operator.
| fqseid | the FqSeid object to copy. |
|
inline |
Returns the SEID.
|
inline |
Returns a modifiable reference to the IP address.
|
inline |
Assigns the SEID value.
| seid | the SEID value to assign. |
1.8.11