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

size_t l
cchar_t * s

Detailed Description

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

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 674 of file cm.h.

Field Documentation

◆ l

size_t CCStr::l

allocated length

Definition at line 676 of file cm.h.

◆ s

cchar_t* CCStr::s

pointer to the complex character string

Definition at line 675 of file cm.h.


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