#include <iostream>
#include <sstream>
#include "RAWEtherFrame_m.h"
Go to the source code of this file.
Classes | |
class | RAWEtherFrameDescriptor |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &out, const T &) |
template<typename T > | |
void | doPacking (cCommBuffer *, T &t) |
template<typename T > | |
void | doUnpacking (cCommBuffer *, T &t) |
Register_ClassDescriptor (RAWEtherFrameDescriptor) |
void doPacking | ( | cCommBuffer * | , | |
T & | t | |||
) | [inline] |
Definition at line 21 of file RAWEtherFrame_m.cc.
void doUnpacking | ( | cCommBuffer * | , | |
T & | t | |||
) | [inline] |
Definition at line 26 of file RAWEtherFrame_m.cc.
std::ostream& operator<< | ( | std::ostream & | out, | |
const T & | ||||
) | [inline] |
Definition at line 17 of file RAWEtherFrame_m.cc.
Register_ClassDescriptor | ( | RAWEtherFrameDescriptor | ) |