Tag class interface for object-oriented tags
#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 | TAG_NAMESPACE |
| Default namespace for tags. | |
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. | |