IWAVEBASE 1.0
Public Attributes

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

Definition at line 229 of file utils.h.

Definition at line 230 of file utils.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines