Cthulhu  0.2.10
Cthulhu compiler collection
text_view_t Struct Reference

a non-owning view of text More...

#include <text.h>

Public Member Functions

 STA_FIELD_SIZE (length) const char *text
 the text itself More...
 

Data Fields

size_t length
 the number of characters in the text More...
 

Detailed Description

a non-owning view of text

Definition at line 23 of file text.h.

Member Function Documentation

◆ STA_FIELD_SIZE()

text_view_t::STA_FIELD_SIZE ( length  ) const

the text itself

Field Documentation

◆ length

size_t text_view_t::length

the number of characters in the text

Note
this does not include the null terminator

Definition at line 30 of file text.h.


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