Reels
|
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... | |
StringUsage: A pair of String and number of times it is used.
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().
String reels::StringUsage::str |
The string as plain text.