Panda3D
Classes | Typedefs
stringDecoder.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "dtoolbase.h"
#include "stringDecoder.I"

Go to the source code of this file.

Classes

class  StringDecoder
 The base class to a family of classes that decode various kinds of encoded byte streams. More...
 
class  StringUtf16Decoder
 This decoder extracts characters two at a time to get a plain wide character sequence. More...
 
class  StringUtf8Decoder
 This decoder extracts utf-8 sequences. More...
 

Typedefs

typedef StringUtf16Decoder StringUnicodeDecoder
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2002-02-11

Definition in file stringDecoder.h.