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

size_t l
 allocated length
wchar_t * s

Detailed Description

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

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

Definition at line 662 of file cm.h.

Field Documentation

◆ l

size_t WCStr::l

allocated length

Definition at line 664 of file cm.h.

◆ s

wchar_t* WCStr::s

pointer to the wide character string

Definition at line 663 of file cm.h.


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