Vireo  1.0
Compact runtime for Virtual Instruments
 All Classes Files Functions Variables Enumerations Enumerator Macros Groups Pages
Public Member Functions | Private Types | Private Attributes | List of all members
Vireo::TempStackCString Class Reference

Make a null terminated copy of a SubString. Used for calling OS APIs. More...

#include <StringUtilities.h>

Inheritance diagram for Vireo::TempStackCString:
Vireo::TempStackCStringFromString

Public Member Functions

 TempStackCString (char *begin, Int32 length)
 
 TempStackCString (SubString *string)
 
void Append (SubString *string)
 
char * BeginCStr ()
 
Utf8Char * End ()
 

Private Types

enum  { MaxLength = 255 }
 

Private Attributes

Utf8Char _buffer [MaxLength+1]
 
Utf8Char * _end
 

Detailed Description

Make a null terminated copy of a SubString. Used for calling OS APIs.


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