#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <algorithm>
#include <sstream>
#include "InterfaceTable.h"
#include "NotifierConsts.h"
Functions | |
Define_Module (InterfaceTable) | |
std::ostream & | operator<< (std::ostream &os, const InterfaceEntry &e) |
|
|
|
00034 { 00035 os << e.info(); 00036 return os; 00037 };
|