_uchar_t Struct Reference

List of all members.

Public Attributes

char * uchar_t_ascii
size_t uchar_t_asciilen
wchar_t * uchar_t_unicode
size_t uchar_t_unicodelen

Detailed Description

This structure defines the uchar_t type. A uchar_t is intended to be a standard for passing human-readable strings in ascii (and unicode, if UNICODE is defined during compilation of libTekLTI).

Author:
Kevin McBride

Definition at line 261 of file teklti.h.


Member Data Documentation

char* uchar_t_ascii
 

Contains a pointer to where the ascii-version of the string is located.

Definition at line 266 of file teklti.h.

Referenced by TekFileBZ2Binary::put_Filename(), TekFileBinary::put_Filename(), TekFileASCIIBare::put_Filename(), TekFileBZ2ASCII::ReadLine(), TekFileASCIIBare::ReadLine(), TekFileBZ2ASCII::WriteLine(), and TekFileASCIIBare::WriteLine().

size_t uchar_t_asciilen
 

Contains the size of the memory referenced by uchar_t_ascii.

Definition at line 270 of file teklti.h.

Referenced by TekFileBZ2Binary::put_Filename(), TekFileBZ2ASCII::ReadLine(), TekFileASCIIBare::ReadLine(), and TekFileBZ2ASCII::WriteLine().

wchar_t* uchar_t_unicode
 

Contains a pointer to where the unicode-version of the string is located.

Definition at line 275 of file teklti.h.

size_t uchar_t_unicodelen
 

Contains the size of the memory referenced by uchar_t_ascii.

Definition at line 279 of file teklti.h.


The documentation for this struct was generated from the following file: SourceForge.net Logo  Technical Library Template Interface Project Page