Panda3D
Public Member Functions

StringUnicodeDecoder Class Reference

This decoder extracts characters two at a time to get a plain wide character sequence. More...

#include "stringDecoder.h"

Inheritance diagram for StringUnicodeDecoder:
StringDecoder

List of all members.

Public Member Functions

 StringUnicodeDecoder (const string &input)
virtual int get_next_character ()
 Returns the next character in sequence.

Detailed Description

This decoder extracts characters two at a time to get a plain wide character sequence.

Definition at line 64 of file stringDecoder.h.


Member Function Documentation

int StringUnicodeDecoder::get_next_character ( ) [virtual]

Returns the next character in sequence.

Reimplemented from StringDecoder.

Definition at line 162 of file stringDecoder.cxx.

References StringDecoder::test_eof().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations