|
Yate
|
#include <yatesig.h>
Public Member Functions | |
| SS7SCCPDataSegment (unsigned int index, unsigned int length) | |
| virtual | ~SS7SCCPDataSegment () |
| void | fillSegment (DataBlock &temp, const DataBlock &orig) |
Public Member Functions inherited from GenObject | |
| GenObject () | |
| virtual | ~GenObject () |
| virtual bool | alive () const |
| virtual void | destruct () |
| virtual const String & | toString () const |
| virtual const String & | traceId () const |
| virtual void * | getObject (const String &name) const |
| NamedCounter * | getObjCounter () const |
| NamedCounter * | setObjCounter (NamedCounter *counter) |
Additional Inherited Members | |
Static Public Member Functions inherited from GenObject | |
| static void * | getObject (const String &name, const GenObject *obj) |
| static bool | getObjCounting () |
| static void | setObjCounting (bool enable) |
| static NamedCounter * | getObjCounter (const String &name, bool create=true) |
| static ObjList & | getObjCounters () |
Helper class to memorize SCCP data segments
|
inline |
Constructor
| index | The index in the original DataBlock where this segment starts |
| length | The length of this segment |
|
inlinevirtual |
Destructor
Assignees to a DataBlock this segment's data
| temp | The destination DataBlock segment |
| orig | The original DataBlock where this segment is located |
References DataBlock::assign(), and DataBlock::data().