class AppData

Interface for generic application-level data unit. It should know its size and how to make itself persistent.

Inheritance:


Public Methods

AppData(AppData& d)
AppData(AppDataType type)
virtual AppData* copy()
virtual int size()
The following two methods MUST be rewrited for EVERY derived classes
AppDataType type()
virtual ~AppData()

Private Fields

AppDataType type_
ADU type

Documentation

Interface for generic application-level data unit. It should know its size and how to make itself persistent.
AppDataType type_
ADU type

AppData(AppDataType type)

AppData(AppData& d)

virtual ~AppData()

AppDataType type()

virtual int size()
The following two methods MUST be rewrited for EVERY derived classes

virtual AppData* copy()


Direct child classes:
TcpAppString
MediaRequest
HttpData

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de