#include <YellowPages.h>
Public Member Functions | |
| YellowPage () | |
| null construtor | |
| YellowPage (int n, IPProtocol p, string &ip, int po, bool r, bool t, int s) | |
| complete constructor | |
| YellowPage (const YellowPage &A) | |
| copy constructor | |
| void | operator= (const YellowPage &A) |
| operator = | |
| string | print () |
| print function | |
Public Attributes | |
| int | name |
| IPProtocol | prot |
| string | IP |
| int | port |
| bool | rx |
| bool | tx |
| int | state |
| state -1 means uninizialized | |
| MipResources::YellowPage::YellowPage | ( | ) | [inline] |
null construtor
| MipResources::YellowPage::YellowPage | ( | int | n, | |
| IPProtocol | p, | |||
| string & | ip, | |||
| int | po, | |||
| bool | r, | |||
| bool | t, | |||
| int | s | |||
| ) | [inline] |
complete constructor
| MipResources::YellowPage::YellowPage | ( | const YellowPage & | A | ) | [inline] |
copy constructor
| void MipResources::YellowPage::operator= | ( | const YellowPage & | A | ) | [inline] |
operator =
| string MipResources::YellowPage::print | ( | ) | [inline] |
print function
| string MipResources::YellowPage::IP |
state -1 means uninizialized
1.5.6