s_SIZEDSTRING Struct Reference

String with size. More...

#include <utils.h>

List of all members.

Public Attributes

long n
char * s


Detailed Description

String with size.

Has size n (0,...,n-1) and extra terminating null character at n-th position. May have null characters in the middle.

long n : string length (not including null terminator). char *s : string pointer (has additional null terminator).

Definition at line 227 of file utils.h.


Member Data Documentation

long s_SIZEDSTRING::n

Definition at line 229 of file utils.h.

char* s_SIZEDSTRING::s

Definition at line 230 of file utils.h.


The documentation for this struct was generated from the following file:
Generated on 5 Jan 2017 for IWAVEBASE by  doxygen 1.4.7