#include "ie.h"
#include "logfile.h"
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Namespaces | |
namespace | protlib |
Functions | |
ostream & | protlib::operator<< (ostream &os, const IE &ie) |
print an IE to an ostream | |
istream & | protlib::operator>> (istream &is, IE &ie) |
input operator |
information elements for the protocol, IE manager singleton ----------------------------------------------------------
Definition in file ie.cpp.