C-Menu 0.2.9
A User Interface Toolkit
Loading...
Searching...
No Matches
CCStr Struct Reference

complex character objectl with a pointer to the complex character string and its allocated length More...

#include <cm.h>

Collaboration diagram for CCStr:
[legend]

Data Fields

cchar_t * s
size_t l

Detailed Description

complex character objectl with a pointer to the complex character string and its allocated length

Note
The CCStr structure represents a complex character string, which is a string that can contain both regular characters and attributes (such as color, bold, etc.) in the ncurses library. This structure includes a pointer to the complex character string and its allocated length, allowing for dynamic handling of complex character strings in the terminal interface.

Definition at line 605 of file cm.h.

Field Documentation

◆ l

size_t CCStr::l

allocated length

Definition at line 607 of file cm.h.

◆ s

cchar_t* CCStr::s

pointer to the complex character string

Definition at line 606 of file cm.h.


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