Alphabetical Class Index   Class Hierarchy   Compound Members   File Members   File List  

TK_External_Reference_Unicode Class Reference

Handles the TKE_External_Reference_Unicode opcodes. More...

#include <BOpcodeHandler.h>

List of all members.

Public Member Functions

TK_Status Clone (BStreamFileToolkit &tk, BBaseOpcodeHandler **handler) const
TK_Status Execute (BStreamFileToolkit &tk) alter
wchar_t const * GetString () const
wchar_t alter * GetString () alter
TK_Status Read (BStreamFileToolkit &tk) alter
void Reset () alter
void SetString (__wchar_t const *string) alter
void SetString (int length) alter
TK_Status Write (BStreamFileToolkit &tk) alter

Protected Attributes

int m_allocated
int m_length
wchar_t * m_string

Detailed Description

Handles the TKE_External_Reference_Unicode opcodes.

TK_External_Reference provides support for writing/reading the TKE_External_Reference opcode object to/from an HSF file.

An External Reference represents another data stream which would be further interpreted as a sub-part of the current data stream (similar to an "include" directive in a programming language).


Member Function Documentation

TK_Status TK_External_Reference_Unicode::Clone ( BStreamFileToolkit tk,
BBaseOpcodeHandler **  handler 
) const [virtual]

Copies the opcode handler

Parameters:
tkA reference to the BStreamFileToolkit object.
handlerA pointer to the opcode handler object. Passed by reference.
Returns:
The result of the function call.

Reimplemented from BBaseOpcodeHandler.

TK_Status TK_External_Reference_Unicode::Execute ( BStreamFileToolkit tk) [virtual]

Processes the binary data that has been read for the current object, which involves passing the data to application-specific data structures.

Parameters:
tkA reference to the BStreamFileToolkit object.
Returns:
The result of the function call.

Reimplemented from BBaseOpcodeHandler.

wchar_t const* TK_External_Reference_Unicode::GetString ( ) const [inline]

Returns the reference string

wchar_t alter* TK_External_Reference_Unicode::GetString ( ) [inline]

Returns the reference string buffer, which may be modified directly

TK_Status TK_External_Reference_Unicode::Read ( BStreamFileToolkit tk) [virtual]

Reads data from the toolkit buffer, decodes/decompresses it, and maps it to the opcode handlers data members. User-defined classes which need to write out custom data should utilize one of the available GetData() methods.

Parameters:
tkA reference to the BStreamFileToolkit object.
Returns:
The result of the function call.

Implements BBaseOpcodeHandler.

void TK_External_Reference_Unicode::Reset ( ) [virtual]

Resets the current opcode handler. This is called by the toolkit when it is done processing an opcode. This method reinitializes any opcode handler variables and frees up temporary data.

Reimplemented from BBaseOpcodeHandler.

void TK_External_Reference_Unicode::SetString ( __wchar_t const *  string)

Sets the reference string. Allocates the buffer and copies the string

void TK_External_Reference_Unicode::SetString ( int  length)

Sets the reference string buffer. Allocates a buffer large enough to hold a string of 'length' bytes

TK_Status TK_External_Reference_Unicode::Write ( BStreamFileToolkit tk) [virtual]

Encodes/compresses data and writes data to the toolkit buffer. User-defined classes which need to write out custom data should utilize one of the available PutData() methods, and first write out the opcode associated with the group of binary data followed by the data itself.

Parameters:
tkA reference to the BStreamFileToolkit object.
Returns:
The result of the function call.

Implements BBaseOpcodeHandler.


Member Data Documentation

internal use; Size of allocated string buffer

internal use; Length of text string

internal use; Text string


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