TagBase

Namespace inet

TagBase

class

This is an abstract base class that should not be directly added to a message as a tag. It is used as the base class of all tags, thus it doesn't have any fields.

Extends

Name Type Description
cObject (unknown -- not in documented files)

Source code

//
// This is an abstract base class that should not be directly added to a message as a tag.
// It is used as the base class of all tags, thus it doesn't have any fields.
//
class TagBase extends cObject
{
    @existingClass;
}
File: src/inet/common/TagBase.msg