Tag class interface for object-oriented tags. More...
#include <sofia-sip/su_tag.h>
Go to the source code of this file.
Data Structures | |
class | tag_class_s |
Virtual function table for tags. More... | |
Defines | |
#define | SU_TAG_CLASS_H |
Defined when <sofia-sip/su_tag_class.h> has been included. | |
#define | TAG_NAMESPACE |
Default namespace for tags. | |
Functions | |
tagi_t * | t_filter (tagi_t *, tagi_t const [], tagi_t const *, void **) |
Filter an element in tag list. | |
Variables | |
tag_class_t | usize_tag_class [] |
Tag class for tags with usize_t value. | |
tag_class_t | size_tag_class [] |
Tag class for tags with size_t value. | |
tag_class_t | cstr_tag_class [] |
Tag class for constant strings. | |
tag_class_t | ns_tag_class [] |
Namespace filtering class. |
Tag class interface for object-oriented tags.
#define SU_TAG_CLASS_H |
Defined when <sofia-sip/su_tag_class.h> has been included.
Tag class for tags with size_t value.
Tag class for tags with usize_t value.