ReactOS 0.4.15-dev-7788-g1ad9096
_trio_string_t Struct Reference

Public Attributes

charcontent
 
size_t length
 
size_t allocated
 

Detailed Description

Definition at line 98 of file triostr.c.

Member Data Documentation

◆ allocated

size_t _trio_string_t::allocated

Definition at line 102 of file triostr.c.

Referenced by TRIO_ARGS1(), TRIO_ARGS2(), and TrioStringAlloc().

◆ content

char* _trio_string_t::content

Definition at line 100 of file triostr.c.

Referenced by TRIO_ARGS1(), TRIO_ARGS2(), TRIO_ARGS3(), TRIO_ARGS4(), and TrioStringAlloc().

◆ length

size_t _trio_string_t::length

Definition at line 101 of file triostr.c.

Referenced by TRIO_ARGS1(), TRIO_ARGS2(), and TrioStringAlloc().


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