Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

str_t Struct Reference

The str_t structure specifies how a string is stored in a .NBF file. More...

#include <NBF.h>

List of all members.

Public Attributes

uint_t numChars
 Specifies the number of characters in the actual string, not including the terminating null character. More...

uint_t chars
 Specifies the file offset to the string characters. More...


Detailed Description

The str_t structure specifies how a string is stored in a .NBF file.


Member Data Documentation

uint_t str_t::numChars
 

Specifies the number of characters in the actual string, not including the terminating null character.

uint_t str_t::chars
 

Specifies the file offset to the string characters.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 1 13:20:20 2005 for NVSGSDK by NVIDIA