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

wide character string object with a pointer to the wide character string and its allocated length More...

#include <cm.h>

Collaboration diagram for WCStr:
[legend]

Data Fields

wchar_t * s
size_t l
 allocated length

Detailed Description

wide character string object with a pointer to the wide character string and its allocated length

Note
The WCStr structure represents a wide character string with a pointer to the wide character string and its allocated length.

Definition at line 593 of file cm.h.

Field Documentation

◆ l

size_t WCStr::l

allocated length

Definition at line 595 of file cm.h.

◆ s

wchar_t* WCStr::s

pointer to the wide character string

Definition at line 594 of file cm.h.


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