LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
JUNO_STRING_TAG Struct Reference

#include <string_types.h>

Collaboration diagram for JUNO_STRING_TAG:

Data Fields

JUNO_MEMORY_ALLOC_TptAlloc
 The allocator for the string.
 
JUNO_MEMORY_T tMemory
 The memory location of the string.
 
size_t zLen
 The length of the string.
 
 DECLARE_FAILURE_HANDLER
 Failure handler.
 

Field Documentation

◆ DECLARE_FAILURE_HANDLER

JUNO_STRING_TAG::DECLARE_FAILURE_HANDLER

Failure handler.

◆ ptAlloc

JUNO_MEMORY_ALLOC_T* JUNO_STRING_TAG::ptAlloc

The allocator for the string.

◆ tMemory

JUNO_MEMORY_T JUNO_STRING_TAG::tMemory

The memory location of the string.

◆ zLen

size_t JUNO_STRING_TAG::zLen

The length of the string.


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