|
INET Framework for OMNeT++/OMNEST
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <algorithm>#include <sstream>#include "AnsaInterfaceTable.h"#include "NotifierConsts.h"Go to the source code of this file.
Defines | |
| #define | INTERFACEIDS_START 100 |
Functions | |
| Define_Module (AnsaInterfaceTable) | |
| std::ostream & | operator<< (std::ostream &os, const InterfaceEntry &e) |
| #define INTERFACEIDS_START 100 |
Definition at line 33 of file AnsaInterfaceTable.cc.
Referenced by AnsaInterfaceTable::addInterface(), AnsaInterfaceTable::deleteInterface(), and AnsaInterfaceTable::getInterfaceById().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const InterfaceEntry & | e | ||
| ) |
Definition at line 34 of file InterfaceTable.cc.
{
os << e.info();
return os;
};