Wapcaplet
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
lwc_string_s Struct Reference

#include <libwapcaplet.h>

Public Attributes

struct lwc_string_s ** prevptr
 
struct lwc_string_snext
 
size_t len
 
lwc_hash hash
 
lwc_refcounter refcnt
 
struct lwc_string_sinsensitive
 

Detailed Description

An interned string.

NOTE: The contents of this struct are considered PRIVATE and may change in future revisions. Do not rely on them whatsoever. They're only here at all so that the ref, unref and matches etc can use them.

Definition at line 41 of file libwapcaplet.h.

Member Data Documentation

◆ hash

lwc_hash lwc_string_s::hash

Definition at line 45 of file libwapcaplet.h.

◆ insensitive

struct lwc_string_s* lwc_string_s::insensitive

Definition at line 47 of file libwapcaplet.h.

◆ len

size_t lwc_string_s::len

Definition at line 44 of file libwapcaplet.h.

◆ next

struct lwc_string_s* lwc_string_s::next

Definition at line 43 of file libwapcaplet.h.

◆ prevptr

struct lwc_string_s** lwc_string_s::prevptr

Definition at line 42 of file libwapcaplet.h.

◆ refcnt

lwc_refcounter lwc_string_s::refcnt

Definition at line 46 of file libwapcaplet.h.


The documentation for this struct was generated from the following file: