Public Member Functions | |
RAWEtherFrameDescriptor () | |
virtual | ~RAWEtherFrameDescriptor () |
virtual bool | doesSupport (cObject *obj) const |
virtual const char * | getProperty (const char *propertyname) const |
virtual int | getFieldCount (void *object) const |
virtual const char * | getFieldName (void *object, int field) const |
virtual unsigned int | getFieldTypeFlags (void *object, int field) const |
virtual const char * | getFieldTypeString (void *object, int field) const |
virtual const char * | getFieldProperty (void *object, int field, const char *propertyname) const |
virtual int | getArraySize (void *object, int field) const |
virtual bool | getFieldAsString (void *object, int field, int i, char *resultbuf, int bufsize) const |
virtual bool | setFieldAsString (void *object, int field, int i, const char *value) const |
virtual const char * | getFieldStructName (void *object, int field) const |
virtual void * | getFieldStructPointer (void *object, int field, int i) const |
Definition at line 114 of file RAWEtherFrame_m.cc.
RAWEtherFrameDescriptor::RAWEtherFrameDescriptor | ( | ) |
Definition at line 138 of file RAWEtherFrame_m.cc.
RAWEtherFrameDescriptor::~RAWEtherFrameDescriptor | ( | ) | [virtual] |
Definition at line 142 of file RAWEtherFrame_m.cc.
bool RAWEtherFrameDescriptor::doesSupport | ( | cObject * | obj | ) | const [virtual] |
Definition at line 146 of file RAWEtherFrame_m.cc.
int RAWEtherFrameDescriptor::getArraySize | ( | void * | object, | |
int | field | |||
) | const [virtual] |
Definition at line 219 of file RAWEtherFrame_m.cc.
bool RAWEtherFrameDescriptor::getFieldAsString | ( | void * | object, | |
int | field, | |||
int | i, | |||
char * | resultbuf, | |||
int | bufsize | |||
) | const [virtual] |
Definition at line 234 of file RAWEtherFrame_m.cc.
int RAWEtherFrameDescriptor::getFieldCount | ( | void * | object | ) | const [virtual] |
Definition at line 158 of file RAWEtherFrame_m.cc.
const char * RAWEtherFrameDescriptor::getFieldName | ( | void * | object, | |
int | field | |||
) | const [virtual] |
Definition at line 178 of file RAWEtherFrame_m.cc.
const char * RAWEtherFrameDescriptor::getFieldProperty | ( | void * | object, | |
int | field, | |||
const char * | propertyname | |||
) | const [virtual] |
Definition at line 206 of file RAWEtherFrame_m.cc.
const char * RAWEtherFrameDescriptor::getFieldStructName | ( | void * | object, | |
int | field | |||
) | const [virtual] |
Definition at line 264 of file RAWEtherFrame_m.cc.
void * RAWEtherFrameDescriptor::getFieldStructPointer | ( | void * | object, | |
int | field, | |||
int | i | |||
) | const [virtual] |
Definition at line 277 of file RAWEtherFrame_m.cc.
unsigned int RAWEtherFrameDescriptor::getFieldTypeFlags | ( | void * | object, | |
int | field | |||
) | const [virtual] |
Definition at line 164 of file RAWEtherFrame_m.cc.
const char * RAWEtherFrameDescriptor::getFieldTypeString | ( | void * | object, | |
int | field | |||
) | const [virtual] |
Definition at line 192 of file RAWEtherFrame_m.cc.
const char * RAWEtherFrameDescriptor::getProperty | ( | const char * | propertyname | ) | const [virtual] |
Definition at line 151 of file RAWEtherFrame_m.cc.
bool RAWEtherFrameDescriptor::setFieldAsString | ( | void * | object, | |
int | field, | |||
int | i, | |||
const char * | value | |||
) | const [virtual] |
Definition at line 249 of file RAWEtherFrame_m.cc.