Tkrzw
Public Attributes | List of all members
TkrzwStr Struct Reference

String pointer and its size. More...

#include <tkrzw_langc.h>

Public Attributes

const char * ptr
 The pointer to the region. More...
 
int32_t size
 The size of the region. More...
 

Detailed Description

String pointer and its size.

Member Data Documentation

◆ ptr

const char* TkrzwStr::ptr

The pointer to the region.

◆ size

int32_t TkrzwStr::size

The size of the region.