Reels
Loading...
Searching...
No Matches
Public Attributes | List of all members
reels::StringUsage Struct Reference

StringUsage: A pair of String and number of times it is used. More...

#include <reels.h>

Public Attributes

uint64_t seen
 Number of times string is used. Increase by add_str() calls to the same string, decreased/destroyed by erase_str(). More...
 
String str
 The string as plain text. More...
 

Detailed Description

StringUsage: A pair of String and number of times it is used.

Member Data Documentation

◆ seen

uint64_t reels::StringUsage::seen

Number of times string is used. Increase by add_str() calls to the same string, decreased/destroyed by erase_str().

◆ str

String reels::StringUsage::str

The string as plain text.


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